|
||||||
File: /sitemap/config/config.inc.php
sitemap - Richy's Site MapConfig::SiteMapConfigGlobal configuration settings of Richy's Site Map.
|
||||||
public module SiteMapConfigGlobal configuration settings of Richy's Site Map.If you want/have to change the global configuration settings of Richy's Site_Map, go change it here._Note: the variables in this file are assigned in alphabetical order. I just_thought it is easier to search a certain variable if you know they are_sorted. Through sheer coincidence there aren't any variables BEFORE_$base_auth_url, $base_dir or $base_url that use these variables in their_assignment (just look at $img_collapse), but it could very well be if_(a) variable(s) is/are added, so watch out. However, it isn't necessary for_the assignments in this file to be ordered in a certain way, so you can_change the order in any way you like. Although it is only $base_url that's_being used in the assignment of various variables, of course that could_easily change. I just mention this because those three variables are such_important base variables that you have to be aware that they are used_throughout Richy's Site Map, so without them set right (and early enough in_config.inc.php, so variables that use them in their assignment don't fail)_there's no way your site map could work._Warning: keep (and add) the PHPDoc-compliant comments, or ../config.php will_not work anymore! So if you add a variable to this file yourself, also add_the necessary PHPDoc-compliant commenting (best to copy and paste from a_variable assignment that's already there).
|
||||||
|
||||||
PHPDoc 1.0beta |