Last change
on this file since 22116 was
19472,
checked in by julien1311, 12 years ago
|
first version
|
-
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.