1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 09:04:38 +02:00

Downloads language-file cleanup. Feature-box inline editing enabled.

This commit is contained in:
Cameron
2013-02-23 04:05:08 -08:00
parent d7b0dcc755
commit dc42c53d76
7 changed files with 616 additions and 607 deletions

View File

@@ -16,11 +16,8 @@
if (!defined('e107_INIT')) { exit; }
if (e_QUERY)
{
$tmp = explode(".", e_QUERY);
$action = $tmp[0];
}
$action = vartrue($_GET['action']);
switch(vartrue($action)) {
case 'create' :{
@@ -74,5 +71,9 @@ switch(vartrue($action)) {
$text = "";
}
}
$ns -> tablerender(DOWLAN_HELP_1, $text);
if($text)
{
$ns -> tablerender(DOWLAN_HELP_1, $text);
}
?>