admin_config.php

Requires

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";

Form and Function

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/";

Is Required by

The following pages include this page as a required include.

  • /admin/admin.php
  • /admin/listuser.php
  • /admin/maintenance.php
  • /admin/settings.php
  • /admin/vehicle_options.php
 
Structure/Files/admin_config.php.txt · Last modified: 2011/12/30 02:56 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki