Browse Source

Change news forum ID link

pjc 5 years ago
parent
commit
ac7da55053
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/index/private.php

+ 1
- 1
sections/index/private.php View File

@@ -524,7 +524,7 @@ foreach ($News as $NewsItem) {
524 524
 ?>
525 525
     <div id="more_news" class="box">
526 526
       <div class="head">
527
-        <em><span><a href="#" onclick="news_ajax(event, 3, <?=$NewsCount?>, <?=check_perms('admin_manage_news') ? 1 : 0; ?>); return false;">Click to load more news</a>.</span> To browse old news posts, <a href="forums.php?action=viewforum&amp;forumid=10">click here</a>.</em>
527
+        <em><span><a href="#" onclick="news_ajax(event, 3, <?=$NewsCount?>, <?=check_perms('admin_manage_news') ? 1 : 0; ?>); return false;">Click to load more news</a>.</span> To browse old news posts, <a href="forums.php?action=viewforum&amp;forumid=1">click here</a>.</em>
528 528
       </div>
529 529
     </div>
530 530
   </div>

Loading…
Cancel
Save