Changeset 6940 for extensions/adult_content/class.inc.php
- Timestamp:
- Sep 16, 2010, 5:33:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/adult_content/class.inc.php
r6921 r6940 246 246 $block = $menu->get_block( 'mbAdultContent' ); 247 247 $block->set_title(l10n('ac_title_choose')); 248 $block->template = $this-> plugin_path.'template/'.$user['template'].'/choose.tpl';248 $block->template = $this->get_template('choose.tpl'); 249 249 250 250 } … … 281 281 $block = $menu->get_block( 'mbAdultContent' ); 282 282 $block->set_title(l10n('ac_title_menu_statut')); 283 $block->template = $this-> plugin_path.'template/'.$user['template'].'/choose.tpl';283 $block->template = $this->get_template('choose.tpl'); 284 284 285 285 }
Note: See TracChangeset
for help on using the changeset viewer.