1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +02:00

Skip admin path check for now. Correct LAN conflict.

This commit is contained in:
Cameron
2021-01-16 14:32:55 -08:00
parent ac737d3762
commit cc5fbe87ef
9 changed files with 16 additions and 17 deletions

View File

@@ -337,7 +337,7 @@ class news {
}
else
{
$NEWS_PARSE = "{NEWSICON}&nbsp;<b>{NEWSTITLELINK}</b><div class='smalltext'>{NEWSAUTHOR} ".LAN_NEWS_100." {NEWSDATE} | {NEWSCOMMENTS}</div>";
$NEWS_PARSE = "{NEWSICON}&nbsp;<b>{NEWSTITLELINK}</b><div class='smalltext'>{NEWSAUTHOR} ".defset('LAN_NEWS_300', 'On')." {NEWSDATE} | {NEWSCOMMENTS}</div>";
}
}
else