Merge branch 'master' of github.com:gnuboard/g4s
This commit is contained in:
@ -73,7 +73,7 @@ if (!$it[it_explan_html])
|
||||
$qstr = "$qstr&sca=$sca&page=$page";
|
||||
|
||||
$g4[title] = $html_title;
|
||||
include_once ("$g4[admin_path]/admin.head.php");
|
||||
include_once (G4_ADMIN_PATH.'/admin.head.php');
|
||||
?>
|
||||
|
||||
<style type="text/css">
|
||||
@ -958,5 +958,5 @@ document.fitemform.it_name.focus();
|
||||
</script>
|
||||
|
||||
<?
|
||||
include_once ("$g4[admin_path]/admin.tail.php");
|
||||
include_once (G4_ADMIN_PATH.'/admin.tail.php');
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user