<?php
/**
* Created by PhpStorm.
* User: liuziyang
* Date: 14-1-13
* Time: 10:45
*/
class QLib_Actions_Shopping extends QLib_Action
{
public function init()
{
parent::init();
$this->_headTitle('潮流商品 | YOHO!有货');
$this->getView()->setLayout('mini');
}
}