/[drupal]/contributions/theme-engines/phptal/node.tal
ViewVC logotype

Contents of /contributions/theme-engines/phptal/node.tal

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Tue Feb 20 21:32:28 2007 UTC (2 years, 9 months ago) by olav
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
Changes since 1.3: +1 -1 lines
Applied http://drupal.org/node/120930
1 <div tal:attributes="class php:theme('node_class', sticky, zebra, status, teaser, node.type)">
2 <tal:block condition="picture" replace="picture" />
3 <h3 tal:condition="php:page == 0" class="title"><a
4 tal:attributes="href node_url" tal:content="title" /></h3>
5 <span tal:condition="php:!teaser AND terms" class="taxonomy">Tags: ${terms} </span>
6 <p><tal:block replace="content | '<!--without content-->'"/>
7 <span tal:condition="links" class="links" tal:content="structure php:'ยป' . links . ' | ' . theme('created', node) . ' | ' . theme('permalink', node_url)" />
8 </p>
9 </div>

  ViewVC Help
Powered by ViewVC 1.1.2