/[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.1, Mon Dec 6 15:33:05 2004 UTC revision 1.2, Tue Jun 20 12:27:30 2006 UTC
# Line 1  Line 1 
1  <div tal:attributes="class php:'block block-' . ${block/module}; id php:'block-' . strtolower(preg_replace('/\W+/', '-', ${block/subject}))">  <!--engine:block-->
2    <div tal:attributes="class php:theme('block_class', block); id php:theme('block_id', block)">
3    <div class="title" tal:content="block/subject" />    <div class="title" tal:content="block/subject" />
4    <div class="content" tal:content="block/content" />    <div class="content" tal:content="block/content" />
   <!-- pre tal:content="debug/vars" / -->  
5  </div>  </div>
6    <!--/engine:block-->

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.2