Merge branch 'static'

This commit is contained in:
redmatrix
2016-03-31 17:32:51 -07:00
231 changed files with 52887 additions and 52881 deletions

View File

@@ -98,7 +98,7 @@ if(feature_enabled(local_channel(),'expert'))
$o .= replace_macros($t, array(
'$submit' => t('Submit'),
'$baseurl' => z_root(),
'$theme' => $a->channel['channel_theme'],
'$theme' => App::$channel['channel_theme'],
'$expert' => $expert,
'$title' => t("Theme settings"),
'$schema' => array('redbasic_schema', t('Select scheme'), $arr['schema'], '', $scheme_choices),

View File

@@ -1,6 +1,6 @@
<?php
if(! $a->install) {
if(! App::$install) {
// Get the UID of the channel owner
$uid = get_theme_uid();
@@ -218,5 +218,5 @@ if($schemecss) {
// Set the schema to the default schema in derived themes. See the documentation for creating derived themes how to override this.
if(local_channel() && $a->channel && $a->channel['channel_theme'] != 'redbasic')
if(local_channel() && App::$channel && App::$channel['channel_theme'] != 'redbasic')
set_pconfig(local_channel(), 'redbasic', 'schema', '---');