mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
fixed page admin menu And page option
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9960 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5fb62dcedc
commit
dab5d9ef0d
2 changed files with 27 additions and 12 deletions
|
|
@ -117,17 +117,17 @@
|
|||
<!--@foreach($mskin_list as $key=>$val)-->
|
||||
<option value="{$key}" <!--@if($module_info->mskin==$key ||(!$module_info->mskin && $key=='default'))-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<p>{$lang->about_skin}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
</select>
|
||||
<p>{$lang->about_skin}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row optionnalData outsideType">
|
||||
<th scope="row">{$lang->opage_path}</th>
|
||||
<td class="text">
|
||||
<input type="text" name="path" value="{htmlspecialchars($module_info->path)}" />
|
||||
<p>{$lang->about_opage_path}<b>{realpath("./")}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="row optionnalData outsideType">
|
||||
<th scope="row">{$lang->opage_mobile_path}</th>
|
||||
<td class="text">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue