Changeset 15795 for trunk/templates
- Timestamp:
- 12/25/11 21:58:37 (5 months ago)
- Location:
- trunk/templates
- Files:
-
- 2 added
- 1 edited
-
base/scripts/BxBaseFunctions.php (modified) (2 diffs)
-
base/scripts/BxBaseLanguages.php (added)
-
tmpl_uni/scripts/BxTemplLanguages.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/base/scripts/BxBaseFunctions.php
r15759 r15795 536 536 */ 537 537 function genSiteBottomMenu() { 538 539 538 if (isset($GLOBALS['bx_profiler'])) $GLOBALS['bx_profiler']->beginMenu('Bottom Menu'); 540 539 … … 543 542 $sOutputHtml = null; 544 543 $aLinks = array(); 545 $oPermalinks = new BxDolPermalinks();544 $oPermalinks = BxDolPermalinks::getInstance(); 546 545 547 546
Note: See TracChangeset
for help on using the changeset viewer.