Understanding "Assets"

Comparing #1 with #2

Revision #2 was created by koleto koleto on Feb 20, 2011, 1:00:00 AM.

change extension of the layout view file main.cpp to main.php

Content

[...]
Yii::getPathOfAlias('xxii.assets') );
return $this->_assetsUrl;
}
....

// xxii/views/layouts/main.
cphp

<link rel="stylesheet"
type="text/css"
href="<?php echo $this->module->assetsUrl; ?>/css/main.css"/>
...
[...]