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

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

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


Revision 1.5 - (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.4: +1 -2 lines
Applied http://drupal.org/node/120930
1 <div tal:attributes="class php:theme('block_class', block); id php:theme('block_id', block)">
2 <h3 tal:content="block/subject" />
3 <p class="content" tal:content="block/content" />
4 </div>

  ViewVC Help
Powered by ViewVC 1.1.2