Ignore:
Timestamp:
Feb 4, 2020, 12:33:26 PM (4 years ago)
Author:
ddtddt
Message:

[extensions] - About1menu - design smartpocket and bootstrap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/About1menu/main.inc.php

    r32037 r32038  
    4646function a1m_apply($menu_ref_arr)
    4747{
    48   global $template;
     48  global $template,$user;
    4949
    5050 $menu = & $menu_ref_arr[0];
     
    6161    if (($block = $menu->get_block( 'mbAbout' )) != null) {
    6262        $template->set_template_dir(A1M_PATH.'template/');
    63         if ($user['theme'] == 'bootstrapdefault'){
     63        if ($user['theme'] == 'bootstrapdefault'||$user['theme'] == 'bootstrap_darkroom'){
    6464                  $block->template = 'menubar_about_Bootstrap_Default.tpl';             
    6565                }else if ($user['theme'] == 'smartpocket'){
Note: See TracChangeset for help on using the changeset viewer.