ctms/front-hiluker/controllers/FriendlinkController.php
2025-04-10 23:19:13 +08:00

37 lines
1.0 KiB
PHP
Executable File

<?php
/**
* @Author: fm453
* @Date: 2019-06-24 23:47:36
* @Last Modified by: fm453
* @Last Modified time: 2021-08-23 14:29:03
* @Email: fm453@lukegzs.com
*/
namespace frontend\controllers;
use Yii;
use yii\base\InvalidParamException;
use yii\web\BadRequestHttpException;
use yii\web\Controller;
use yii\filters\VerbFilter;
use yii\filters\AccessControl;
class FriendlinkController extends Controller
{
public function actionIndex()
{
global $_HI;
include_once __DIR__.'/friendlink/index.php';
$this->getView()->params['seo'] = $seo;
$this->getView()->params['pageTitle'] = $pageTitle;
$this->getView()->params['title'] = $seo['title'];
$this->getView()->params['pageCate'] = $pageCate;
$this->getView()->params['pageOpp'] = $ac;
$this->getView()->params['htmlSrc'] = $htmlSrc;
$this->getView()->params['url']['product'] = fmFunc_url(Yii::$app->controller->id,'product',$isAddons=1);
return $this->render('index');
}
}