source: extensions/ConcoursPhoto/admin/help.php @ 9370

Last change on this file since 9370 was 9370, checked in by tiico, 13 years ago
  • Add help page for the plugin (on admin page)
  • Some Corrections
  • Property svn:eol-style set to native
File size: 459 bytes
Line 
1<?php
2
3if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
4
5global $template;
6
7// Load language
8load_language('help\plugin.lang', CONCOURS_PATH);
9
10$template->assign(array('SCRIPT' =>
11                        '<script type="text/javascript" src="'.CONCOURS_ADMIN_PATH.'template/Scripts.js"></script>'));
12
13
14$template->set_filename('plugin_admin_content', dirname(__FILE__) . '/template/help.tpl');
15$template->assign_var_from_handle('ADMIN_CONTENT', 'plugin_admin_content');
16
17?>
Note: See TracBrowser for help on using the repository browser.