mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issue 87 site module base
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8610 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d7cb7ebf2a
commit
7905da777b
9 changed files with 43 additions and 0 deletions
20
modules/site/conf/info.xml
Normal file
20
modules/site/conf/info.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module version="0.2">
|
||||
<title xml:lang="ko">사이트</title>
|
||||
<description xml:lang="ko">XE 내 가상사이트를 관리하는 모듈입니다.</description>
|
||||
<version>0.1</version>
|
||||
<date>2011-10-21</date>
|
||||
<category>content</category>
|
||||
|
||||
<author email_address="developers@xpressengine.com" link="http://xpressengine.com/">
|
||||
<name xml:lang="ko">NHN</name>
|
||||
<name xml:lang="en">NHN</name>
|
||||
<name xml:lang="vi">NHN</name>
|
||||
<name xml:lang="es">NHN</name>
|
||||
<name xml:lang="zh-CN">NHN</name>
|
||||
<name xml:lang="jp">NHN</name>
|
||||
<name xml:lang="ru">NHN</name>
|
||||
<name xml:lang="zh-TW">NHN</name>
|
||||
<name xml:lang="tr">NHN</name>
|
||||
</author>
|
||||
</module>
|
||||
23
modules/site/conf/module.xml
Normal file
23
modules/site/conf/module.xml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<module>
|
||||
<grants />
|
||||
<permissions>
|
||||
</permissions>
|
||||
<actions>
|
||||
</actions>
|
||||
<menus>
|
||||
<menu name="site">
|
||||
<title xml:lang="en">Site</title>
|
||||
<title xml:lang="ko">사이트</title>
|
||||
<title xml:lang="zh-CN">Site</title>
|
||||
<title xml:lang="jp">Site</title>
|
||||
<title xml:lang="es">Site</title>
|
||||
<title xml:lang="ru">Site</title>
|
||||
<title xml:lang="fr">Site</title>
|
||||
<title xml:lang="zh-TW">Site</title>
|
||||
<title xml:lang="vi">Site</title>
|
||||
<title xml:lang="mn">Site</title>
|
||||
<title xml:lang="tr">Site</title>
|
||||
</menu>
|
||||
</menus>
|
||||
</module>
|
||||
0
modules/site/site.admin.controller.php
Normal file
0
modules/site/site.admin.controller.php
Normal file
0
modules/site/site.admin.model.php
Normal file
0
modules/site/site.admin.model.php
Normal file
0
modules/site/site.admin.view.php
Normal file
0
modules/site/site.admin.view.php
Normal file
0
modules/site/site.class.php
Normal file
0
modules/site/site.class.php
Normal file
0
modules/site/site.controller.php
Normal file
0
modules/site/site.controller.php
Normal file
0
modules/site/site.model.php
Normal file
0
modules/site/site.model.php
Normal file
0
modules/site/site.view.php
Normal file
0
modules/site/site.view.php
Normal file
Loading…
Add table
Add a link
Reference in a new issue