Tumoxa Posted August 28, 2014 Report Share Posted August 28, 2014 <h1> ARTELamp </h1> - не нравится пробел с обеих сторон, проблема только в брендах. Кто подскажет как это убрать, в смысле пробелы Quote Link to post Share on other sites
osben Posted August 28, 2014 Report Share Posted August 28, 2014 <h1> ARTELamp </h1> - не нравится пробел с обеих сторон, проблема только в брендах. Кто подскажет как это убрать, в смысле пробелы Вам просто не нравится ? {if $keyword} <h1>Поиск {$keyword|escape}</h1> {elseif $page} <h1>{$page->name|escape}</h1> {else} <h1>{$category->name|escape} {$brand->name|escape} {$keyword|escape}</h1> {/if} Заменить на {* Заголовок страницы *} {if $keyword} <h1>Поиск {$keyword|escape}</h1> {elseif $page} <h1>{$page->name|escape}</h1> {elseif $category && $brand} <h1>{$category->name|escape} {$brand->name|escape}</h1> {elseif $category} <h1>{$category->name|escape}</h1> {else} <h1>{$brand->name|escape}</h1> {/if} Quote Link to post Share on other sites
Tumoxa Posted August 28, 2014 Author Report Share Posted August 28, 2014 Вам просто не нравится ? {if $keyword} <h1>Поиск {$keyword|escape}</h1> {elseif $page} <h1>{$page->name|escape}</h1> {else} <h1>{$category->name|escape} {$brand->name|escape} {$keyword|escape}</h1> {/if} Заменить на {* Заголовок страницы *} {if $keyword} <h1>Поиск {$keyword|escape}</h1> {elseif $page} <h1>{$page->name|escape}</h1> {elseif $category && $brand} <h1>{$category->name|escape} {$brand->name|escape}</h1> {elseif $category} <h1>{$category->name|escape}</h1> {else} <h1>{$brand->name|escape}</h1> {/if} Ну я бы не сказал, что не нравится тег H1 сделан для поисковиков, уверен что яндекс рад точно не будет. Quote Link to post Share on other sites
Tumoxa Posted August 28, 2014 Author Report Share Posted August 28, 2014 А в каком файле? Quote Link to post Share on other sites
Djep Posted August 28, 2014 Report Share Posted August 28, 2014 А в каком файле?design/7Svet/html/products.tpl Quote Link to post Share on other sites
Tumoxa Posted August 29, 2014 Author Report Share Posted August 29, 2014 Огромное спасибо все получилось !!! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.