9 lines
153 B
PHP
9 lines
153 B
PHP
<?
|
|
function image_show( $sitepart_id ) {
|
|
require("show_image.inc.php");
|
|
}
|
|
|
|
function image_edit() {
|
|
require_once('edit_image.inc.php');
|
|
}
|