mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
forum template update
This commit is contained in:
@@ -2,16 +2,14 @@
|
|||||||
/*
|
/*
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
* Copyright (C) 2008-2011 e107 Inc (e107.org)
|
||||||
* Released under the terms and conditions of the
|
* Released under the terms and conditions of the
|
||||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_viewforum_template.php,v $
|
* $URL$
|
||||||
* $Revision$
|
* $Id$
|
||||||
* $Date$
|
|
||||||
* $Author$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -256,16 +254,16 @@ if (!$FORUM_NORMAL_ROW) {
|
|||||||
$FORUM_NORMAL_ROW = "<tr><td class='forumheader'> </td><td colspan='5' class='forumheader'><span class='mediumtext'><b>".LAN_412."</b></span></td></tr>";
|
$FORUM_NORMAL_ROW = "<tr><td class='forumheader'> </td><td colspan='5' class='forumheader'><span class='mediumtext'><b>".LAN_412."</b></span></td></tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$FORUM_CRUMB['sitename']['value'] = "<a class='forumlink' {SITENAME_HREF}>{SITENAME}</a>";
|
$FORUM_CRUMB['sitename']['value'] = "<a class='forumlink' href='{SITENAME_HREF}'>{SITENAME}</a>";
|
||||||
$FORUM_CRUMB['sitename']['sep'] = " :: ";
|
$FORUM_CRUMB['sitename']['sep'] = " :: ";
|
||||||
|
|
||||||
$FORUM_CRUMB['forums']['value'] = "<a class='forumlink' {FORUMS_HREF}>{FORUMS_TITLE}</a>";
|
$FORUM_CRUMB['forums']['value'] = "<a class='forumlink' href='{FORUMS_HREF}'>{FORUMS_TITLE}</a>";
|
||||||
$FORUM_CRUMB['forums']['sep'] = " :: ";
|
$FORUM_CRUMB['forums']['sep'] = " :: ";
|
||||||
|
|
||||||
$FORUM_CRUMB['parent']['value'] = "{PARENT_TITLE}";
|
$FORUM_CRUMB['parent']['value'] = "{PARENT_TITLE}";
|
||||||
$FORUM_CRUMB['parent']['sep'] = " :: ";
|
$FORUM_CRUMB['parent']['sep'] = " :: ";
|
||||||
|
|
||||||
$FORUM_CRUMB['subparent']['value'] = "<a class='forumlink' {SUBPARENT_HREF}>{SUBPARENT_TITLE}</a>";
|
$FORUM_CRUMB['subparent']['value'] = "<a class='forumlink' href='{SUBPARENT_HREF}'>{SUBPARENT_TITLE}</a>";
|
||||||
$FORUM_CRUMB['subparent']['sep'] = " :: ";
|
$FORUM_CRUMB['subparent']['sep'] = " :: ";
|
||||||
|
|
||||||
$FORUM_CRUMB['forum']['value'] = "{FORUM_TITLE}";
|
$FORUM_CRUMB['forum']['value'] = "{FORUM_TITLE}";
|
||||||
|
Reference in New Issue
Block a user