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:
flyskyko 2011-09-19 10:00:48 +00:00
parent ca245b93fd
commit 604833cae8
93 changed files with 265 additions and 262 deletions

View file

@ -1,4 +1,4 @@
<load target="js/theme.js" type="body" />
<load target="js/theme.js" type="body" usecdn="true" />
<script type="text/javascript">
jQuery(function($){
@ -40,7 +40,7 @@ $('#theme').data('themes', themes);
<label for="{$key}">{$val->title}({$key})</label>
<ul>
<li>&middot; {$lang->version}: {$val->version}</li>
<li>&middot; {$lang->author}:
<li>&middot; {$lang->author}:
<!--@foreach($val->publisher as $publisher)-->
<a href="{$publisher->homepage}" cond="$publisher->homepage">{$publisher->name}</a>
<!--@if(!$publisher->homepage)-->{$publisher->name}<!--@end-->