static App

This commit is contained in:
redmatrix
2016-03-31 16:06:03 -07:00
parent 256c228efd
commit 9abd95fad3
231 changed files with 52688 additions and 52684 deletions

View File

@@ -1,2 +1,2 @@
<?php
$a->page['template'] = 'full';
App::$page['template'] = 'full';

View File

@@ -53,6 +53,6 @@ head_add_js('library/imagesloaded/imagesloaded.pkgd.min.js');
* more of a proof of concept; but sufficient for our immediate needs.
*/
$channel = get_app()->get_channel();
$channel = App::get_channel();
if($channel && file_exists($channel['channel_address'] . '.js'))
head_add_js('/' . $channel['channel_address'] . '.js');