From c55dbbc995e152af3f2c88662101b0643d2e171a Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 May 2008 22:38:14 +0000 Subject: Removed file/folder git-svn-id: http://piwigo.org/svn/trunk@2358 68402e56-0260-453c-a942-63ccdbb3a9ee --- BSF/popuphelp.php | 80 ------------------------------------------------------- 1 file changed, 80 deletions(-) delete mode 100644 BSF/popuphelp.php (limited to 'BSF/popuphelp.php') diff --git a/BSF/popuphelp.php b/BSF/popuphelp.php deleted file mode 100644 index b452eadcf..000000000 --- a/BSF/popuphelp.php +++ /dev/null @@ -1,80 +0,0 @@ -'.$title.''; -$page['meta_robots']=array('noindex'=>1, 'nofollow'=>1); -include(PHPWG_ROOT_PATH.'include/page_header.php'); - -if - ( - isset($_GET['page']) - and preg_match('/^[a-z_]*$/', $_GET['page']) - ) -{ - $help_content = - load_language('help/'.$_GET['page'].'.html', '', '', true); - - if ($help_content == false) - { - $help_content = ''; - } - - $help_content = trigger_event( - 'get_popup_help_content', $help_content, $_GET['page']); -} -else -{ - die('Hacking attempt!'); -} - -$template->set_filename('popuphelp','popuphelp.tpl'); - -$template->assign( - array - ( - 'HELP_CONTENT' => $help_content - )); - -// +-----------------------------------------------------------------------+ -// | html code display | -// +-----------------------------------------------------------------------+ - -$template->pparse('popuphelp'); - -include(PHPWG_ROOT_PATH.'include/page_tail.php'); - -?> \ No newline at end of file -- cgit v1.2.3