Ignore:
Timestamp:
Dec 6, 2010, 3:47:33 AM (13 years ago)
Author:
LucMorizur
Message:

Implement 'Smart Fieldsets'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/admin/evntcats_admin.php

    r7832 r8004  
    388388*/
    389389
    390 $template->assign(
    391  'HeaderIncTPL', realpath('plugins/event_cats/admin/template/header.inc.tpl')
    392 );
    393 
    394 $template->assign(
    395  'FooterIncTPL', realpath('plugins/event_cats/admin/template/footer.inc.tpl')
    396 );
     390$template->assign(array(
     391 'HeaderIncTPL'        =>
     392  realpath('plugins/event_cats/admin/template/header.inc.tpl'),
     393 'SmartFieldsetIncTPL' =>
     394  realpath('plugins/event_cats/admin/template/ec_smart_fieldset.inc.tpl'),
     395 'FooterIncTPL'        =>
     396  realpath('plugins/event_cats/admin/template/footer.inc.tpl'),
     397));
    397398
    398399$template->assign(
Note: See TracChangeset for help on using the changeset viewer.