mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
apply cdn
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9200 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ca245b93fd
commit
604833cae8
93 changed files with 265 additions and 262 deletions
|
|
@ -665,9 +665,9 @@
|
|||
$faceoff_layout_css = $this->getUserLayoutFaceOffCss($layout_info->layout_srl);
|
||||
if($faceoff_layout_css) Context::addCSSFile($faceoff_layout_css);
|
||||
// CSS output for the widget
|
||||
Context::addCSSFile($this->module_path.'/tpl/css/widget.css');
|
||||
if($layout_info->extra_var->colorset->value == 'black') Context::addCSSFile($this->module_path.'/tpl/css/widget@black.css');
|
||||
else Context::addCSSFile($this->module_path.'/tpl/css/widget@white.css');
|
||||
Context::loadFile($this->module_path.'/tpl/css/widget.css', true);
|
||||
if($layout_info->extra_var->colorset->value == 'black') Context::loadFile($this->module_path.'/tpl/css/widget@black.css', true);
|
||||
else Context::loadFile($this->module_path.'/tpl/css/widget@white.css', true);
|
||||
// Different page displayed upon user's permission
|
||||
$logged_info = Context::get('logged_info');
|
||||
// Display edit button for faceoff layout
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<include target="header.html" />
|
||||
<load target="css/adminEdit.css" />
|
||||
<load target="js/adminEdit.js" />
|
||||
<load target="css/adminEdit.css" usecdn="true" />
|
||||
<load target="js/adminEdit.js" usecdn="true" />
|
||||
|
||||
<h2 class="h2">{$selected_layout->layout_title}</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<include target="header.html" />
|
||||
<load target="js/adminList.js" />
|
||||
<load target="js/adminList.js" usecdn="true" />
|
||||
|
||||
<script type="text/javascript">
|
||||
xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue