mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Bugtracker #4755 - hard coded LAN
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_themes/kubrick/languages/English.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_themes/kubrick/languages/English.php,v $
|
||||||
| $Revision: 1.2 $
|
| $Revision: 1.3 $
|
||||||
| $Date: 2007-03-03 19:59:31 $
|
| $Date: 2009-06-11 19:21:43 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -22,6 +22,8 @@ define("LAN_THEME_2", "Comments are turned off for this item");
|
|||||||
define("LAN_THEME_3", "comment: ");
|
define("LAN_THEME_3", "comment: ");
|
||||||
define("LAN_THEME_4", "Read the rest ...");
|
define("LAN_THEME_4", "Read the rest ...");
|
||||||
define("LAN_THEME_5", "Trackbacks: ");
|
define("LAN_THEME_5", "Trackbacks: ");
|
||||||
|
define('LAN_THEME_6', 'on');
|
||||||
|
define('LAN_THEME_7', 'by');
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
@@ -10,8 +10,8 @@
|
|||||||
| Released under the terms and conditions of the
|
| Released under the terms and conditions of the
|
||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2009-06-11 19:15:19 $
|
| $Date: 2009-06-11 19:21:43 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+---------------------------------------------------------------+
|
+---------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -91,7 +91,7 @@ $CUSTOMPAGES = "forum.php forum_post.php forum_viewforum.php forum_viewtopic.php
|
|||||||
|
|
||||||
$NEWSSTYLE = "
|
$NEWSSTYLE = "
|
||||||
<h2>{NEWSTITLE}</h2>
|
<h2>{NEWSTITLE}</h2>
|
||||||
<small>on {NEWSDATE} | by {NEWSAUTHOR}</small>
|
<small>".LAN_THEME_6." {NEWSDATE} | ".LAN_THEME_7." {NEWSAUTHOR}</small>
|
||||||
<div class='entry' style='text-align:left'>
|
<div class='entry' style='text-align:left'>
|
||||||
{NEWSBODY}
|
{NEWSBODY}
|
||||||
{EXTENDED}
|
{EXTENDED}
|
||||||
|
Reference in New Issue
Block a user