source: extensions/Media_Icon/admin/admin_help.php @ 19372

Last change on this file since 19372 was 19372, checked in by julien1311, 11 years ago

add the capacity to choose the supported files

  • Property svn:eol-style set to LF
File size: 290 bytes
Line 
1<?php
2//Add our template to the global template
3$template->set_filenames(
4        array(
5                'plugin_admin_content_help' => dirname(__FILE__).'/admin_help.tpl'
6        )
7);
8 
9//Assign the template contents to ADMIN_CONTENT
10$template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content_help');
11?>
Note: See TracBrowser for help on using the repository browser.