git-svn-id: http://xe-core.googlecode.com/svn/trunk@326 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-08 04:23:27 +00:00
parent a2d979b50f
commit 0b91f1dda9
8 changed files with 41 additions and 5 deletions

View file

@ -1,6 +1,16 @@
<!--#include("header.html")-->
<table>
<tr>
<th>{$lang->layout}</th>
<td>
<!--@if($module_info->layout_srl)-->
{$module_info->layout_title} ({$module_info->layout})
<!--@else-->
{$lang->not_exists}
<!--@end-->
</td>
</tr>
<tr>
<th>{$lang->skin}</th>
<td>{$module_info->skin}</td>