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

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

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

revision 1.3, Thu Feb 1 21:38:11 2007 UTC revision 1.4, Tue Feb 20 21:32:28 2007 UTC
# Line 4  Line 4 
4      tal:attributes="href node_url" tal:content="title" /></h3>      tal:attributes="href node_url" tal:content="title" /></h3>
5      <span tal:condition="php:!teaser AND terms" class="taxonomy">Tags: ${terms} </span>      <span tal:condition="php:!teaser AND terms" class="taxonomy">Tags: ${terms} </span>
6      <p><tal:block replace="content | '<!--without content-->'"/>      <p><tal:block replace="content | '<!--without content-->'"/>
7        <span tal:condition="links" class="links" tal:content="php:'&raquo; ' . links . ' | ' . theme('created', node) . ' | ' . theme('permalink', node_url)" />        <span tal:condition="links" class="links" tal:content="structure php:'ยป' . links . ' | ' . theme('created', node) . ' | ' . theme('permalink', node_url)" />
8      </p>      </p>
9  </div>  </div>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2