[ PHPXref.com ] [ Generated: Sun Jul 20 17:23:35 2008 ] [ edge 27-02-2006 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> boardlink.inc.php (source)

   1  <?
   2  if ($edge_usenewforums)
   3  {
   4      echo "<br /><br /><b><a href=\"forumm.php\">".flecho('Forums',$es_forums)."</a></b><br />";
   5  }
   6  else
   7  {
   8      ;
   9      if ($edge_multiboards)
  10      {
  11          echo "<b><a href=\"boardm.php\">".flecho('Forums',$es_boardsm)."</a></b><br />";
  12          echo "&nbsp;&nbsp;&nbsp;&nbsp;<span class=\"edgesmall\"><a href=\"board.hot.php\">"
  13              .flecho('Hot&New Topics!',$es_hntp)."</a></span>";
  14      }
  15      else
  16      {
  17          echo "<b><a href=\"board.php?did=edge0\">".flecho('Message board',$es_board)."</a></b>";
  18      }
  19      echo "<br />";
  20  }
  21  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]