This is a sitemap over all available pages ordered by namespaces.
This includes the main functions.php, Smarty.Class.php, and SmartyPaginate for the admin section.
include_once "../Includes/configs/functions.php"; require_once "../Includes/libs/Smarty.class.php"; require_once "../Includes/libs/SmartyPaginate.class.php";
Sets up the template environment by overriding the default smarty settings for the admin section pages.
$template_dir = "/admin/templates/"; $compile_dir = "/admin/templates/templates_c/"; $config_dir = "/admin/configs/"; $cache_dir = "/admin/templates/cache/";
The following pages include this page as a required include.