mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Trivial error in comment tag
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_handlers/sitelinks_class.php,v $
|
||||
| $Revision: 1.16 $
|
||||
| $Date: 2008-05-30 20:57:13 $
|
||||
| $Revision: 1.17 $
|
||||
| $Date: 2009-07-02 20:39:48 $
|
||||
| $Author: e107steved $
|
||||
+---------------------------------------------------------------+
|
||||
*/
|
||||
@@ -174,7 +174,7 @@ class sitelinks
|
||||
$text .= $ns->tablerender($k, $mnu, 'sitelinks_sub', TRUE);
|
||||
}
|
||||
}
|
||||
$text .= "\n\n\n<!--- end Site Links -->\n\n\n";
|
||||
$text .= "\n\n\n<!-- end Site Links -->\n\n\n";
|
||||
if($usecache)
|
||||
{
|
||||
$e107cache->set('sitelinks_'.$cat.md5($linkstyle.e_PAGE.e_QUERY), $text);
|
||||
|
Reference in New Issue
Block a user