Changeset 19372 for extensions/Media_Icon/admin/admin_help.php
- Timestamp:
- Dec 9, 2012, 6:34:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Media_Icon/admin/admin_help.php
r19353 r19372 3 3 $template->set_filenames( 4 4 array( 5 'plugin_admin_content ' => dirname(__FILE__).'/admin_help.tpl'5 'plugin_admin_content_help' => dirname(__FILE__).'/admin_help.tpl' 6 6 ) 7 7 ); 8 8 9 9 //Assign the template contents to ADMIN_CONTENT 10 $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content ');10 $template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content_help'); 11 11 ?>
Note: See TracChangeset
for help on using the changeset viewer.