FIX lp
This commit is contained in:
parent
95e0c3a04f
commit
3a46ab1da0
|
|
@ -14,10 +14,10 @@ class LpController extends Controller
|
||||||
self::addScript('/js/jquery-2.1.0.min.js');
|
self::addScript('/js/jquery-2.1.0.min.js');
|
||||||
self::addScript('/js/jquery-ui-1.10.4.custom.min.js');
|
self::addScript('/js/jquery-ui-1.10.4.custom.min.js');
|
||||||
self::addScript('/js/bootstrap.min.js');
|
self::addScript('/js/bootstrap.min.js');
|
||||||
self::addScript('/js/lp.js');
|
self::addScript('/js/lp.js?ver=' . App::getConfig('version'));
|
||||||
self::addStyle('/css/bootstrap.min.css');
|
self::addStyle('/css/bootstrap.min.css');
|
||||||
self::addStyle('/css/bootstrap-theme.min.css');
|
self::addStyle('/css/bootstrap-theme.min.css');
|
||||||
self::addStyle('/css/lp.css');
|
self::addStyle('/css/lp.css?ver=' . App::getConfig('version'));
|
||||||
|
|
||||||
self::$points = Point::model()->getCount(array('where' => '`status` = "published"'));
|
self::$points = Point::model()->getCount(array('where' => '`status` = "published"'));
|
||||||
self::$authors = User::model()->getCount();
|
self::$authors = User::model()->getCount();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue