묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
로고 링크 관련ㅠㅠ
2017.03.09 17:36
헤더에 로고를 출력하고 메인으로 돌아가는 링크를 걸려고 info.xml에 확장변수를 주고 layout.html에서 소스를 추가해서
설정창에서 로고 이미지를 등록, 눌렀을때 홈 메인화면으로 돌아가게 했는데요~~
익스에서는 적용이 되는데 크롬이나 모바일에서는 적용이 안되더라구요.
소스는 게시판에 올라왔던 팁들 보고 layout.html 에
<div class="logo">
<h1><!--@if($layout_info->logo_image)--><a href="{$layout_info->index_url}" cond="$layout_info->logo_image"><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1></div>
이렇게 넣어놓은 상태입니다 ㅠㅠㅠ 크롬이나 모바일에서도 갈 수 있게끔 할 순 없을까요 ㅠ