Commit b97108fb authored by Shakarim Sapa's avatar Shakarim Sapa

- test

parent 4f49979a
...@@ -35,6 +35,7 @@ class PostController extends BaseController ...@@ -35,6 +35,7 @@ class PostController extends BaseController
*/ */
public function actionIndex() public function actionIndex()
{ {
echo Settings::getValue('sender_name'); die;
$this->meta_title = Yii::t('blog', 'Art Project Blog'); $this->meta_title = Yii::t('blog', 'Art Project Blog');
$query = Post::find()->where(['active' => 1])->limit(Post::PAGE_SIZE)->orderBy('created_at DESC'); $query = Post::find()->where(['active' => 1])->limit(Post::PAGE_SIZE)->orderBy('created_at DESC');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment