HomeHelpTrac

Changeset 15795 for trunk/templates


Ignore:
Timestamp:
12/25/11 21:58:37 (5 months ago)
Author:
Anton Lesnikov
Message:
  1. Studio -> Settings improvement.
  2. inc/languages.inc.php -> BxDolLanguages?.php and related changes.
  3. Minor fixes and improvements.
Location:
trunk/templates
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseFunctions.php

    r15759 r15795  
    536536     */ 
    537537    function genSiteBottomMenu() { 
    538  
    539538        if (isset($GLOBALS['bx_profiler'])) $GLOBALS['bx_profiler']->beginMenu('Bottom Menu'); 
    540539 
     
    543542        $sOutputHtml    = null; 
    544543        $aLinks         = array(); 
    545         $oPermalinks    = new BxDolPermalinks(); 
     544        $oPermalinks    = BxDolPermalinks::getInstance(); 
    546545 
    547546 
Note: See TracChangeset for help on using the changeset viewer.