1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00
php-e107/e107_plugins/forum/e_status.php
2006-12-02 04:36:16 +00:00

6 lines
189 B
PHP

<?php
if (!defined('e107_INIT')) { exit; }
$forum_posts = $sql -> db_Count("forum_t");
$text .= "<div style='padding-bottom: 2px;'>".E_16_FORUM." ".ADLAN_113.": ".$forum_posts."</div>";
?>