Ignore:
Timestamp:
Apr 2, 2014, 11:27:36 PM (10 years ago)
Author:
flop25
Message:

modular tour
tours can be disabled with conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/TakeATour/admin.php

    r27998 r28060  
    1717);
    1818
     19if (isset($conf['TakeATour_tour_ignored']) and is_array($conf['TakeATour_tour_ignored']))
     20{
     21  $template->assign('TAT_tour_ignored', $conf['TakeATour_tour_ignored']);
     22}
    1923$template->set_filename('plugin_admin_content', dirname(__FILE__) .'/tpl/admin.tpl');
    2024$template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content');
Note: See TracChangeset for help on using the changeset viewer.