We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

unravelme1 on 05/07/08


Tagged

textmate drupal theme phptemplate


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

basicmagic
panatlantica


Drupal Theme Override Example


Published in: Other 


  1. function phptemplate_send_template() {
  2. $template = '<table><tr>';
  3. $template. = "<td>".other stuff."</td>";
  4. $template. = "<td>%messagen%bodyn</td>";
  5. $template. = '</tr></table>';
  6. return $template;
  7. }

Report this snippet 

You need to login to post a comment.