/home/techb158/exp.abdallabala.com/ui/theme/ibilling
Edit: /home/techb158/exp.abdallabala.com/ui/theme/ibilling/dbstatus.tpl (1181B)
{extends file="$tpl_admin_layout"}
{block name="content"}
{$_L['Total Database Size']}: {$dbsize} MB
| {$_L['Table Name']} |
{$_L['Rows']} |
{$_L['Size']} |
{foreach $tables as $tbl}
| {$tbl['name']} |
{$tbl['rows']} |
{$tbl['size']} Kb |
{/foreach}
{/block}