mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
#220 - forum_preview_template.php LAN update
This commit is contained in:
@@ -2,13 +2,10 @@
|
|||||||
/*
|
/*
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
* Copyright (C) 2008-2013 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)
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* $URL$
|
|
||||||
* $Id$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -17,12 +14,11 @@ if(!defined("USER_WIDTH")){ define("USER_WIDTH","width:95%;margin-left:auto;marg
|
|||||||
$FORUM_PREVIEW = "<div style='text-align:center'>
|
$FORUM_PREVIEW = "<div style='text-align:center'>
|
||||||
<table style='".USER_WIDTH."' class='fborder table'>
|
<table style='".USER_WIDTH."' class='fborder table'>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan='2' class='fcaption' style='vertical-align:top'>".LAN_323.
|
<td colspan='2' class='fcaption' style='vertical-align:top'>".LAN_FORUM_3005.
|
||||||
($action != "nt" ? "</td>" : " ( ".LAN_62.$tsubject." )</td>")."
|
($action != "nt" ? "</td>" : " ( ".LAN_FORUM_3011.": ".$tsubject." )</td>")."
|
||||||
<tr>
|
<tr>
|
||||||
<td class='forumheader3' style='width:20%; vertical-align:top'><b>".$poster."</b></td>
|
<td class='forumheader3' style='width:20%; vertical-align:top'><b>".$poster."</b></td>
|
||||||
<td class='forumheader3' style='width:80%'>
|
<td class='forumheader3' style='width:80%'><div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".$postdate."</div>".$tpost."</td>
|
||||||
<div class='smallblacktext' style='text-align:right'>".IMAGE_post2." ".LAN_322.$postdate."</div>".$tpost."</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>";
|
</div>";
|
||||||
|
Reference in New Issue
Block a user