smarty call template from template

smarty include Включение, вызов одного шаблона из другого -пример

Используйте инструкцию include, например:

    <div class="row" id="options-container">

        {include file="view/logist/timing/items.tpl"}
    </div>

Все переменные доступные в родительском шаблоне (вызывающем) будут доступны и в дочернем (вызываемом).
Подробности: http://fkn.ktu10.com/?q=node/8194

Subscribe to RSS - smarty call template from template