20 public function getCss($file, $timestamp = null, $combine =
true, $media =
'')
22 Yii::app()->clientScript->registerCssFile($file, $media, $timestamp, $combine,
true,
true);
24 public function getJs($file, $timestamp = null, $combine =
true)
26 Yii::app()->clientScript->registerScriptFile($file, CClientScript::POS_HEAD, $timestamp, $combine,
true,
true);
36 $this->render(
'userLogin');
46 $this->render(
'userLogout');
56 $this->render(
'userRegistration');
66 $this->render(
'userRecovery');
76 $this->render(
'userProfile');
86 $this->render(
'userProfileEdit');
96 $this->render(
'userStatus');
99 public function actionUserPasswordChange()
101 $this->render(
'userPasswordChange');
111 $this->render(
'commentsComments');
114 public function actionCommentsAmount()
116 $this->render(
'commentsAmount');
126 $this->render(
'likeLike');
136 $this->render(
'languageLanguage');
139 public function actionPersonalisationManage()
141 $this->render(
'personalisationManage');
144 public function actionPersonalisationAssign()
146 $this->render(
'personalisationAssign');
149 public function actionSimpleSearch()
151 $this->render(
'simpleSearch');
154 public function actionAdvancedSearch()
156 $this->render(
'advancedSearch');
159 public function actionSearchResult()
161 $this->render(
'searchResult');
164 public function actionFriendsSearch()
166 $this->render(
'friendsSearch');
169 public function actionFriendsSearchResult()
171 $this->render(
'friendsSearchResult');
174 public function actionFriendsList()
176 $this->render(
'friendsList');
179 public function actionRecoveryChangePassword()
181 $this->render(
'recoveryChangePassword');
184 public function actionPersonalizedContent()
186 $this->render(
'personalizedContent');
189 public function actionShoppingCart()
191 $this->render(
'shoppingcart');
193 public function actionShoppingCartCart()
195 $this->render(
'shoppingcartCart');
197 public function actionApalines()
199 $this->render(
'apalines');