Source for file node_breadcrumbs.phtml

Documentation is available at node_breadcrumbs.phtml

  1. {{optional for='$#node.parents'}}
  2. {{list using='$#node.parents'}}
  3.   <div class="breadcrumbs">Вы здесь:
  4.     {{list:item}}
  5.         <a href='{{route_url params="id:{$item.id}" /}}'>
  6.           {$item.title}
  7.         </a>
  8.         /
  9.       {{/list:item}}
  10.     <b>{$#node.title}</b></div>
  11. {{/list}}
  12. {{/optional}}

Documentation generated on Wed, 07 Jan 2009 03:53:18 +0300 by phpDocumentor 1.3.2