diff --git a/views/layouts/default.html.php b/views/layouts/default.html.php index e63aea7..e6dbf43 100644 --- a/views/layouts/default.html.php +++ b/views/layouts/default.html.php @@ -6,6 +6,9 @@ * @license http://opensource.org/licenses/bsd-license.php The BSD License */ ?> + @@ -13,9 +16,9 @@ Pastium <?=$this->title; ?> html->link('Icon', null, array('type' => 'icon')); ?> html->style(array( - 'base', - 'http://li3.rad-dev.org/css/li3.css', - 'pastium' + $assetHost . '/css/base.css', + $assetHost . '/css/li3.css', + $assetHost . '/css/pastium.css' )); ?> scripts(); ?> @@ -49,8 +52,8 @@ html->script(array( 'http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js', - 'http://li3.rad-dev.org/js/libraries/ZeroClipboard/ZeroClipboard.js', - 'bin' + $assetHost . '/js/libraries/ZeroClipboard/ZeroClipboard.js', + $assetHost . '/js/bin.js' )); ?>