10 lines
154 B
PHP
10 lines
154 B
PHP
<?
|
|
|
|
function iframe_show( $sitepart_id ) {
|
|
require("show_iframe.inc.php");
|
|
}
|
|
|
|
function iframe_edit() {
|
|
|
|
require('edit_iframe.inc.php');
|
|
} |