includes/paths.php
changeset 1264 28c82f292a52
parent 1252 e34c23a35dc9
child 1266 f3933b355229
equal deleted inserted replaced
1263:eb717f5c283f 1264:28c82f292a52
    13  *
    13  *
    14  * @package Enano
    14  * @package Enano
    15  * @subpackage PathManager
    15  * @subpackage PathManager
    16  * @see http://enanocms.org/Help:API_Documentation
    16  * @see http://enanocms.org/Help:API_Documentation
    17  */
    17  */
    18  
    18 
    19 class pathManager
    19 class pathManager
    20 {
    20 {
    21 	public $title, $pages, $custom_page, $cpage, $page, $fullpage, $page_exists, $page_id, $namespace, $nslist, $admin_tree, $wiki_mode, $page_protected, $template_cache, $external_api_page;
    21 	public $title, $pages, $custom_page, $cpage, $page, $fullpage, $page_exists, $page_id, $namespace, $nslist, $admin_tree, $wiki_mode, $page_protected, $template_cache, $external_api_page;
    22 	
    22 	
    23 	/**
    23 	/**