Gallery Head.php:
<?
session_start();
include("common_head.php");
include("./html/".$config['theme'].'gallery_navi.html');
$root = "../";
include($root."core/core.php");
include($root."config.ini.php");
$root = "./";
//include($root."core/core.php");
include($root."config.ini.php");
$gallery = new Gallery($config, $HTTP_POST_FILES, 'admin');
$cats = new Category($config, 'admin');
$cats->think();
?>
Other Image Galleries Scripts: