mirror of
https://github.com/e107inc/e107.git
synced 2025-02-13 02:54:39 +01:00
7 lines
389 B
PHP
7 lines
389 B
PHP
<?php
|
|
if (!defined('e107_INIT')) { exit; }
|
|
include_lan(e_PLUGIN."links_page/languages/".e_LANGUAGE."_admin_links_page.php");
|
|
|
|
$count = $sql -> db_Count("links_page", "(*)");
|
|
$text .= "<div style='padding-bottom: 2px;'><img src='".e_PLUGIN_ABS."links_page/images/linkspage_16.png' style='width: 16px; height: 16px; vertical-align: bottom' alt='' /> ".LCLAN_ADMIN_14.": ".$count."</div>";
|
|
?>
|