diff --git a/conf/app.php b/conf/app.php index c99b551..e3d0aa5 100644 --- a/conf/app.php +++ b/conf/app.php @@ -57,6 +57,8 @@ $configs = array( 'enableSmallImage' => true, //列表页面是否开启缩略图,true 为显示缩略图,false 则显示原图 'enableSmallImageForWan' => false, //外网使用时,点击图片打开fancybox时是否显示缩略图:true 显示缩略图, false 则显示原图 + 'showQRImageInFooter' => true, //在网页底部显示当前网址二维码 + /* //视频皮肤配置 'videoblog' => array( diff --git a/themes/beauty/views/layout/main.php b/themes/beauty/views/layout/main.php index 9e69d2b..92ae9cd 100644 --- a/themes/beauty/views/layout/main.php +++ b/themes/beauty/views/layout/main.php @@ -32,10 +32,12 @@ require_once __DIR__ . '/../../../../plugins/Html.php';