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
 ?>
524
 ?>
525
     <div id="more_news" class="box">
525
     <div id="more_news" class="box">
526
       <div class="head">
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
       </div>
528
       </div>
529
     </div>
529
     </div>
530
   </div>
530
   </div>

Loading…
Cancel
Save