1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00
php-e107/e107_plugins/forum/e_status.php

6 lines
190 B
PHP

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