Ignore:
Timestamp:
Jul 18, 2013, 9:50:06 PM (11 years ago)
Author:
rvelices
Message:

menu tree not active for mobile theme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_menutree/trunk/main.inc.php

    r23477 r23994  
    1212function rv_mt_get_categories_menu_sql_where($where, $expand, $filter)
    1313{
     14        if (mobile_theme())
     15                return $where;
    1416        add_event_handler('blockmanager_apply', 'rv_mt_menubar_categories');
    1517
Note: See TracChangeset for help on using the changeset viewer.