1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Bugtracker #4464 - various minor CHTML compliance changes

This commit is contained in:
e107steved
2008-07-20 17:08:44 +00:00
parent 487c91a488
commit 9cc8f806d4
5 changed files with 24 additions and 24 deletions

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/newforumposts_menu.php,v $
| $Revision: 1.5 $
| $Date: 2007-10-08 21:02:42 $
| $Revision: 1.6 $
| $Date: 2008-07-20 17:08:31 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -86,7 +86,7 @@ else
if ($menu_pref['newforumposts_title'])
{
$text .= "<img src='".THEME_ABS."images/".(defined("BULLET") ? BULLET : "bullet2.gif")."' alt='' /> <a href='".e_PLUGIN."forum/forum_viewtopic.php?{$id}.post'>".$topic."</a><br />".$fi['thread_thread']."<br />".NFP_11." ".$poster."<br />".$datestamp."<br/><br />";
$text .= "<img src='".THEME_ABS."images/".(defined("BULLET") ? BULLET : "bullet2.gif")."' alt='' /> <a href='".e_PLUGIN."forum/forum_viewtopic.php?{$id}.post'>".$topic."</a><br />".$fi['thread_thread']."<br />".NFP_11." ".$poster."<br />".$datestamp."<br /><br />";
}
else
{