Files
awo-hamburg-intranet/module/iframe/iframe.php
2026-02-17 14:56:23 +01:00

10 lines
154 B
PHP

<?
function iframe_show( $sitepart_id ) {
require("show_iframe.inc.php");
}
function iframe_edit() {
require('edit_iframe.inc.php');
}