HomeHelpTrac

Ignore:
Timestamp:
11/19/09 03:39:16 (3 years ago)
Author:
Andrey Prikaznov
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/blogs/classes/BxBlogsModule.php

    r13124 r13271  
    22842284EOF; 
    22852285 
    2286         $sActions = BxDolPageView::getBlockCaptionMenu(mktime(), array( 
     2286        $sActions = /*BxDolPageView::getBlockCaptionMenu(mktime(),*/ array( 
    22872287            'blogs_t1' => array('href' => 'javascript: void(0);', 'title' => $sPendingC, 'onclick' => 'switchAdmPage(1, this); return false;', 'active' => $iPage1Active), 
    22882288            'blogs_t2' => array('href' => 'javascript: void(0);', 'title' => $sSettingsC, 'onclick' => 'switchAdmPage(2, this); return false;', 'active' => $iPage2Active) 
    2289         )); 
     2289        /*)*/); 
    22902290 
    22912291        //$sWrappedBox = $GLOBALS['oAdmTemplate']->parseHtmlByName('design_box_content.html', array('content' => $sBoxContent)); 
    2292         return DesignBoxContent($sTitleC, $sBoxContent, 1, $sActions); 
     2292        return DesignBoxAdmin($sTitleC, $sBoxContent, $sActions); 
    22932293    } 
    22942294 
Note: See TracChangeset for help on using the changeset viewer.