34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Understanding "Assets"
Comparing
#1
with
#2
Revision #2 was created by
koleto
on Feb 20, 2011, 1:00:00 AM.
change extension of the layout view file main.cpp to main.php
« Previous (#1)
Next (#3) »
Content
[...]
Yii::getPathOfAlias('xxii.assets') );
return $this->_assetsUrl;
}
....
// xxii/views/layouts/main.
c
p
h
p
<link rel="stylesheet"
type="text/css"
href="<?php echo $this->module->assetsUrl; ?>/css/main.css"/>
...
[...]