elaxel84 Posted February 5, 2015 Report Share Posted February 5, 2015 Hallo, wenn ich aus der Anleitung folgendes ändere ... Datei: /templates/xt_grid/xtCore/boxes/box_mobile.html Suchen Sie: {if $mobile_active and $smarty.session.isMobile neq 'true'} <a href="{$link}" rel="nofollow"> {txt key=TEXT_MOBILE_SWITCH_LINK} </a> Ersetzen mit: {if $hasMobile eq 'true'} {if $mobile_active and $smarty.session.isMobile neq 'true'} <a href="{$link}" rel="nofollow"> {txt key=TEXT_MOBILE_SWITCH_LINK} </a> {/if} ... dann zerschießt es mein ganzen Shop-Layout. Liegt an der $hasMobile oder? Wenn ja, was muss da noch gemacht werden? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.