mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<module version="0.2">
|
||||
<title xml:lang="ko">리퍼러 통계</title>
|
||||
<title xml:lang="jp">リファラー統計</title>
|
||||
<title xml:lang="zh-CN">反向链接统计</title>
|
||||
<title xml:lang="zh-CN">反向链接</title>
|
||||
<title xml:lang="en">Referer Statistics</title>
|
||||
<title xml:lang="ru">Статистика рефералов</title>
|
||||
<title xml:lang="zh-TW">反向連結統計</title>
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
<description xml:lang="zh-TW">反向連結統計模組。</description>
|
||||
<version>0.15</version>
|
||||
<date>2007-11-29</date>
|
||||
<category>accessory</category>
|
||||
<category>statistics</category>
|
||||
|
||||
<author email_address="haneul0318@gmail.com" link="http://seungyeop.kr">
|
||||
<name xml:lang="ko">haneul</name>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions />
|
||||
<actions>
|
||||
<action name="procRefererExecute" type="controller" standalone="true" />
|
||||
<action name="procRefererExecute" type="controller" standalone="true" />
|
||||
<action name="dispRefererAdminIndex" type="view" standalone="true" admin_index="true" />
|
||||
<action name="dispRefererAdminDeleteStat" type="view" standalone="true" />
|
||||
<action name="procRefererAdminDeleteStat" type="controller" standalone="true" />
|
||||
<action name="procRefererAdminDeleteStat" type="controller" standalone="true" />
|
||||
</actions>
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue