2016-04-05 08:46:52 3186次浏览 3条回答 0 悬赏 10 金钱

yii2 怎么设置网站logo

最佳答案

  • qq3737002 发布于 2016-04-05 09:29 举报

    在/layouts/main.php中如下定义

        NavBar::begin([
            'brandLabel' => Html::img('/images/logo.png', [
                'alt' => '莆田市微启点文化传媒有限公司 '
            ]),
            'brandUrl' => Yii::$app->homeUrl,
            'options' => [
                'class' => 'navbar-default navbar-fixed-top'
            ]
        ]);
    
    1 条回复
    回复于 2016-04-05 10:02 回复

    非常感谢,已解决

您需要登录后才可以回答。登录 | 立即注册
wyx
经理

wyx

注册时间:2015-11-25
最后登录:2018-09-03
在线时长:26小时27分
  • 粉丝4
  • 金钱1065
  • 威望0
  • 积分1325

热门问题