Files

9 lines
153 B
PHP
Raw Permalink Normal View History

<?
function image_show( $sitepart_id ) {
require("show_image.inc.php");
}
function image_edit() {
require_once('edit_image.inc.php');
}