2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
if (!defined('e107_INIT')) { exit; }
|
|
|
|
|
2010-03-10 01:23:57 +00:00
|
|
|
$forum_posts = $sql->db_Count('forum_post');
|
2006-12-02 04:36:16 +00:00
|
|
|
$text .= "<div style='padding-bottom: 2px;'>".E_16_FORUM." ".ADLAN_113.": ".$forum_posts."</div>";
|
|
|
|
?>
|