mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 11:04:38 +01:00
6 lines
189 B
PHP
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>";
|
|
?>
|