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@334 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed5fa08635
commit
bb453c1b87
4 changed files with 26 additions and 4 deletions
|
|
@ -15,6 +15,15 @@
|
|||
<!--@foreach(Context::getCssFile() as $key => $css_file)-->
|
||||
<link rel="stylesheet" HREF="{$css_file}" type="text/css" />
|
||||
<!--@end-->
|
||||
<script type="text/javascript">
|
||||
<!--@if($mid)-->
|
||||
var zbfe_url = "mid={$mid}";
|
||||
<!--@elseif($module)-->
|
||||
var zbfe_url = "module={$module}";
|
||||
<!--@else-->
|
||||
var zbfe_url = "";
|
||||
<!--@end-->
|
||||
</script>
|
||||
{Context::getHtmlHeader()}
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue