From 56770001ddc0b6463f15db39896841b8781be2c6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 13 Dec 2011 14:04:44 +0400 Subject: remove old help stuff --- modules/help.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 modules/help.php (limited to 'modules') diff --git a/modules/help.php b/modules/help.php deleted file mode 100644 index 716a756dc..000000000 --- a/modules/help.php +++ /dev/null @@ -1,27 +0,0 @@ - - ".__('Help')." - - - "; - } - - $tid = sprintf("%d", $_REQUEST["tid"]); - - if (file_exists("help/$tid.php")) { - include("help/$tid.php"); - } else { - print "

".__("Help topic not found.")."

"; - } - print "
-
"; - - if (!$_REQUEST["noheaders"]) { - print ""; - } - } -?> -- cgit v1.2.3