Ignore:
Timestamp:
Dec 9, 2012, 6:34:58 PM (11 years ago)
Author:
julien1311
Message:

add the capacity to choose the supported files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Media_Icon/admin/admin_help.php

    r19353 r19372  
    33$template->set_filenames(
    44        array(
    5                 'plugin_admin_content' => dirname(__FILE__).'/admin_help.tpl'
     5                'plugin_admin_content_help' => dirname(__FILE__).'/admin_help.tpl'
    66        )
    77);
    88 
    99//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');
    1111?>
Note: See TracChangeset for help on using the changeset viewer.