mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
forum template update
This commit is contained in:
parent
39672eb3b4
commit
cbf3082c49
@ -2,16 +2,14 @@
|
||||
/*
|
||||
* 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
|
||||
* 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 $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
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_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['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['parent']['value'] = "{PARENT_TITLE}";
|
||||
$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['forum']['value'] = "{FORUM_TITLE}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user