Ignore:
Timestamp:
Feb 24, 2011, 4:45:43 PM (13 years ago)
Author:
patdenice
Message:

Plugins can add their own modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PWG_Stuffs/include/stuffs.inc.php

    r5727 r9369  
    3030{
    3131  $template->assign('blocks', $stuffs->blocks['begin']);
    32   $template->concat($begin,     $template->parse('stuffs', true));
     32  $template->concat($begin,  $template->parse('stuffs', true));
    3333}
    3434if (!empty($stuffs->blocks['end']))
    3535{
    3636  $template->assign('blocks', $stuffs->blocks['end']);
    37   $template->concat($end,       $template->parse('stuffs', true));
     37  $template->concat($end,  $template->parse('stuffs', true));
    3838}
    3939
Note: See TracChangeset for help on using the changeset viewer.