From 5324df60b21353565c4cd45d52d19fed4f3f1092 Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 6 Dec 2011 16:08:06 +0000 Subject: [PATCH] Forum: URL config refactoring; 'top' link removed from Jump box; markup error fix --- e107_plugins/forum/e_url/forum.php | 35 --------- e107_plugins/forum/e_url/thread.php | 73 ------------------- e107_plugins/forum/forum_viewforum.php | 2 +- e107_plugins/forum/forum_viewtopic.php | 2 +- .../{rewrite/e_url.php => rewrite_url.php} | 0 e107_plugins/forum/{e_url.php => url/url.php} | 10 +-- 6 files changed, 7 insertions(+), 115 deletions(-) delete mode 100644 e107_plugins/forum/e_url/forum.php delete mode 100644 e107_plugins/forum/e_url/thread.php rename e107_plugins/forum/url/{rewrite/e_url.php => rewrite_url.php} (100%) rename e107_plugins/forum/{e_url.php => url/url.php} (93%) diff --git a/e107_plugins/forum/e_url/forum.php b/e107_plugins/forum/e_url/forum.php deleted file mode 100644 index 5c00e4ddd..000000000 --- a/e107_plugins/forum/e_url/forum.php +++ /dev/null @@ -1,35 +0,0 @@ -".$val.""; } - $text .= "     ".LAN_02."

"; + $text .= " "; return $text; } diff --git a/e107_plugins/forum/forum_viewtopic.php b/e107_plugins/forum/forum_viewtopic.php index 7301f8721..de6f32e7e 100644 --- a/e107_plugins/forum/forum_viewtopic.php +++ b/e107_plugins/forum/forum_viewtopic.php @@ -378,7 +378,7 @@ function forumjump() { $text .= "\n"; } - $text .= "     " . LAN_10 . "

"; + $text .= " "; return $text; } diff --git a/e107_plugins/forum/url/rewrite/e_url.php b/e107_plugins/forum/url/rewrite_url.php similarity index 100% rename from e107_plugins/forum/url/rewrite/e_url.php rename to e107_plugins/forum/url/rewrite_url.php diff --git a/e107_plugins/forum/e_url.php b/e107_plugins/forum/url/url.php similarity index 93% rename from e107_plugins/forum/e_url.php rename to e107_plugins/forum/url/url.php index 37471e5e9..421aaca00 100644 --- a/e107_plugins/forum/e_url.php +++ b/e107_plugins/forum/url/url.php @@ -1,11 +1,11 @@