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

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

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

revision 1.4, Thu Feb 1 22:05:37 2007 UTC revision 1.5, Tue Feb 20 21:32:28 2007 UTC
# Line 1  Line 1 
1  <div tal:attributes="class php:theme('block_class', block); id  <div tal:attributes="class php:theme('block_class', block); id php:theme('block_id', block)">
 php:theme('block_id', block)">  
2    <h3 tal:content="block/subject" />    <h3 tal:content="block/subject" />
3    <p class="content" tal:content="block/content" />    <p class="content" tal:content="block/content" />
4  </div>  </div>

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

  ViewVC Help
Powered by ViewVC 1.1.2