Magento Mobile检测功能更改站点标题

时间:2018-06-25 01:05:18

标签: php magento mobile

我想使用移动检测功能更改网站标题。

我将移动检测功能php集成到我的主题中。但是我无法正确执行它。你能帮忙吗?

这是原始标头查询,它从配置面板中调用选定的标头。

nerus:~/workspace $ kubectl exec -it nginx-1 bash 
root@nginx-1:/# curl -I server 
HTTP/1.1 200 OK

这是修改后的代码。

<?php
$_config     = $this->helper('Sm\Market\Helper\Data');
$headerStyle = $_config->getThemeLayout('header_style');

include($block->getTemplateFile("Magento_Theme::html/header-style/" . 
$headerStyle . ".phtml"));
?>

它不起作用,怎么了?

0 个答案:

没有答案