mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
fixed error load page_admin.js
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9303 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
415b0e9bc8
commit
92a841499f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<h1>{$oDocument->getTitle()}</h1>
|
||||
{$oDocument->getContent()}
|
||||
<block cond="$grant->manager">
|
||||
<load target="./js/page_admin.js" />
|
||||
<load target="../../tpl/js/page_admin.js" />
|
||||
<div class="btnArea">
|
||||
<span class="btn"><a cond="$logged_info->is_admin=='Y'" href="{getUrl('act','dispPageAdminInfo','module_srl',$module_info->module_srl)}">{$lang->cmd_setup}</a></span>
|
||||
<span class="btn"><a href="{getUrl('act','dispPageAdminContentModify','document_srl','')}">{$lang->cmd_page_modify}</a></span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue