Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
вот ловиHi! может у кого есть такой модуль Для просмотра ссылки Войдиили Зарегистрируйся
Для просмотра ссылки Войдиили Зарегистрируйся
Файл simpla/design/html/categories.tpl перед:
<ahref="{url module=CategoryAdmin id=$category->id return=$smarty.server.REQUEST_URI}">{$category->name|escape}</a>
Добавляем:
{if $category->subcategories}<a href="{url module=CategoriesAdmin openid=$category->id return=$smarty.server.REQUEST_URI}" style="margin:5px">+</a>{/if}
и заменяем:
{categories_tree categories=$category->subcategories level=$level+1}
на:
{if $smarty.get.openid==$category->id || $smarty.get.openid|in_array:$category->children}
{categories_tree categories=$category->subcategories level=$level+1}
{/if}
Вроде бы все! 2 строки...
спс. все получилось.вот лови
Ребята, можно ли ее заменить на простую ссылку, картинку или хотя бы убрать квадратик чекбокса?<!-- Добавление товара к сравнению -->
<div class="compare">
<form action="/compare" class="compare">
{if $compare_informer->items_id[{$product->id}]>0}
В списке <a href="/compare/">сравнения</a>
{else}
<input id="compare_{$product->id}" name="compare" value="{$product->id}" type="checkbox" />
<label for="compare_{$product->id}" style="border-bottom: 1px dashed #000; cursor: pointer">Добавить к сравнению</label>
{/if}
</form>
</div>
<br style='clear:both'/>
<!-- Добавление товара к сравнени (The End) -->