mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1086 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e726744ca
commit
102c9078ca
2 changed files with 2 additions and 3 deletions
|
|
@ -82,7 +82,6 @@
|
|||
$this->module_info = $module_info;
|
||||
Context::setBrowserTitle($module_info->browser_title);
|
||||
}
|
||||
debugPrint($module_info);
|
||||
|
||||
// 여기까지도 모듈 정보를 찾지 못했다면 깔끔하게 시스템 오류 표시
|
||||
if(!$this->module) $this->error = 'msg_module_is_not_exists';
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="zeroboard xe (http://www.zeroboard.com)" />
|
||||
<!--@if($module_info->module)--><meta name="module" content="{$module_info->module}" />
|
||||
<!--@end--><!--@if($rss_url)--><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{getUrl('act','dispRss')}" />
|
||||
<!--@end--><!--@if($module_info->skin)--><meta name="skin" content="{$module_info->skin}" />
|
||||
<!--@end--><!--@if($layout_info)--><meta name="layout" content="{$layout_info->title} ({$layout_info->layout})" />
|
||||
<meta name="layout_maker" content="{$layout_info->author->name} ({$layout_info->author->homepage})" />
|
||||
|
|
@ -17,7 +16,8 @@
|
|||
<script type="text/javascript" src="./common/js/tree_menu.js"></script>
|
||||
<!--@foreach(Context::getJsFile() as $key => $js_file)--><script type="text/javascript" src="{$js_file}"></script>
|
||||
<!--@end--><link rel="stylesheet" href="./common/css/default.css" type="text/css" />
|
||||
<!--@foreach(Context::getCssFile() as $key => $css_file)--><link rel="stylesheet" href="{$css_file}" type="text/css" />
|
||||
<!--@if($rss_url)--><link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="{getUrl('act','dispRss')}" />
|
||||
<!--@end--><!--@foreach(Context::getCssFile() as $key => $css_file)--><link rel="stylesheet" href="{$css_file}" type="text/css" />
|
||||
<!--@end--><script type="text/javascript">
|
||||
var zbxe_url = "{$zbxe_url}";
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue