コード例 #1
0
ファイル: init.php プロジェクト: Ryanker/open-eshop
<?php

defined('SYSPATH') or die('No direct access allowed.');
/**
 * Theme Name: Kamaleon Free
 * Description: Free theme, HTML5. Default base, link on footer.
 * Tags: HTML5, Advanced Confiuration, prettyPhoto, Slider.
 * Version: 2.2.0
 * Author: Chema <*****@*****.**>
 * License: GPL v3
 */
/**
 * placeholders & widgets for this theme
 */
Widgets::$theme_placeholders = array('header', 'sidebar', 'footer');
/**
 * custom options for the theme
 * @var array
 */
Theme::$options = Theme::get_options();
//we load earlier the theme since we need some info
Theme::load();
//local files
$theme_css = array('//cdn.jsdelivr.net/bootswatch/3.3.6/yeti/bootstrap.min.css' => 'screen', '//cdn.jsdelivr.net/fontawesome/4.5.0/css/font-awesome.min.css' => 'screen', '//cdn.jsdelivr.net/chosen/1.0.0/chosen.css' => 'screen', '//cdn.jsdelivr.net/prettyphoto/3.1.5/css/prettyPhoto.css' => 'screen', 'css/style.css?v=' . Core::VERSION => 'screen', 'css/yeti-style.css' => 'screen', 'css/slider.css' => 'screen');
if (Theme::get('rtl')) {
    $theme_css = array_merge($theme_css, array('css/bootstrap-rtl.min.css' => 'screen'));
}
Theme::$styles = $theme_css;
Theme::$scripts['footer'] = array('//code.jquery.com/jquery-1.10.2.min.js', '//cdn.jsdelivr.net/bootstrap/3.3.6/js/bootstrap.min.js', '//cdn.jsdelivr.net/prettyphoto/3.1.5/js/jquery.prettyPhoto.js', '//cdn.jsdelivr.net/chosen/1.0.0/chosen.jquery.min.js', Route::url('jslocalization', array('controller' => 'jslocalization', 'action' => 'chosen')), 'js/bootstrap-slider.js', 'js/jquery.validate.min.js', Route::url('jslocalization', array('controller' => 'jslocalization', 'action' => 'validate')), 'js/theme.init.js?v=' . Core::VERSION);
/**
 * custom error alerts
コード例 #2
0
ファイル: init.php プロジェクト: ThomWensink/openclassifieds2
<?php

defined('SYSPATH') or die('No direct access allowed.');
/**
 * Theme Name: Ocean Free
 * Description: Clean free theme that includes full admin. It has publicity. Do not delete this theme, all the views depend in this theme.
 * Tags: HTML5, Admin, Free
 * Version: 2.7.0
 * Author: Chema <*****@*****.**> , <*****@*****.**>
 * License: GPL v3
 * Skins: default,green,orange 
 */
/**
 * placeholders for this theme
 */
Widgets::$theme_placeholders = array('footer', 'sidebar', 'publish_new');
/**
 * custom options for the theme
 * @var array
 */
Theme::$options = Theme::get_options();
//we load earlier the theme since we need some info
Theme::load();
/**
 * styles and themes, loaded in this order
 */
Theme::$skin = Theme::get('theme');
/**
 * styles and themes, loaded in this order
 */
Theme::$styles = array('//cdn.jsdelivr.net/bootstrap/3.3.6/css/bootstrap.min.css' => 'screen', '//cdn.jsdelivr.net/fontawesome/4.5.0/css/font-awesome.min.css' => 'screen', '//cdn.jsdelivr.net/bootstrap.image-gallery/3.1.0/css/bootstrap-image-gallery.min.css' => 'screen', '//cdn.jsdelivr.net/blueimp-gallery/2.14.0/css/blueimp-gallery.min.css' => 'screen', '//cdn.jsdelivr.net/bootstrap.datepicker/0.1/css/datepicker.css' => 'screen', '//cdn.jsdelivr.net/select2/4.0.2/css/select2.min.css' => 'screen', 'css/styles.css?v=' . Core::VERSION => 'screen', 'css/slider.css' => 'screen');