1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 03:10:50 +02:00
Files
php-e107/e107_plugins/chatbox_menu/e_status.php
2006-12-02 04:36:16 +00:00

6 lines
304 B
PHP

<?php
if (!defined('e107_INIT')) { exit; }
$chatbox_posts = $sql -> db_Count("chatbox");
$text .= "<div style='padding-bottom: 2px;'><img src='".e_PLUGIN."chatbox_menu/images/chatbox_16.png' style='width: 16px; height: 16px; vertical-align: bottom' alt='' /> ".ADLAN_115.": ".$chatbox_posts."</div>";
?>