mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
forum message added to default templates, fileencoding issues
This commit is contained in:
@@ -8,10 +8,8 @@
|
||||
*
|
||||
* Forum icons template - default
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_icons_template.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
if ( ! defined('e107_INIT')) { exit(); }
|
||||
|
@@ -7,11 +7,8 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_post_template.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
@@ -7,11 +7,8 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_posted_template.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
@@ -7,11 +7,8 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_preview_template.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
@@ -7,11 +7,8 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/forum/templates/forum_template.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
@@ -7,7 +7,6 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
@@ -43,7 +42,8 @@ $FORUM_VIEW_START = "
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class='spacer'>
|
||||
{MESSAGE}
|
||||
<div class='spacer'>
|
||||
<table style='".USER_WIDTH."' class='fborder'>
|
||||
<tr>
|
||||
|
@@ -7,7 +7,6 @@
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
*
|
||||
*
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
@@ -57,7 +56,9 @@ $FORUMSTART = "<a id='top'></a><div style='text-align:center'>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div class='spacer'>
|
||||
{MESSAGE}
|
||||
<div class='spacer'>
|
||||
<table style='".USER_WIDTH."'>
|
||||
<tr>
|
||||
<td style='width:60%; text-align: left'>
|
||||
|
Reference in New Issue
Block a user