I really love this block but when I put it in the homepage I have errors
I think there is 2--> ; missing, but I can't seem to find them.
Here's the code
Quote:
<?php
##############################################################################
# PHP-Nuke Block: Center News Block v.1.0 #
# Made for PHP-Nuke 6.5 #
# Original script from www.pcnuke.com (I just changed it to fit the theme) #
# This block is made only to match the Theme pack #
##############################################################################
# This program is free software. You can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License. #
# If you modify this, let me know for fun. =) #
##############################################################################
if (eregi("block-Forum_Center.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
global $prefix, $dbi, $sitename, $admin, $multilingual, $currentlang, $db;
$show = " <tr>
<td height=\"28\" colspan=\"6\" align=\"center\" class=\"row1\"> <b>Submit news articles and comment on any of these article.</b></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>";
$Count_Topics = 0;
$Topic_Buffer = "";
if ($multilingual == 1) {
$querylang = "WHERE (alanguage='$currentlang' OR alanguage='')";
} else {
$querylang = "";
}
$content = "<table width=\"100%\" border=\"0\">";
$result = $db->sql_query("SELECT sid, title, comments, counter FROM " . $prefix . "_stories $querylang ORDER BY sid DESC LIMIT 0,10");
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum