<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-freetext" href="http://pastebin.ca/1616950">http://pastebin.ca/1616950</a> offers an alternative to that, using
&lt;&lt;&lt;OUTPUT ... OUTPUT; so you can just paste in the php
variables to print.<br>
<br>
I noticed that this tpl file uses a lot of PHP functionality besides
printing variables, which, as I understand, is to be avoided where
possible. Perhaps the Zen theme should be doing a lot of the t(' in ')
and if statements in a template preprocess function anyway, to clean
things a little better for theming?<br>
<br>
Aaron<br>
<br>
Shai Gluskin wrote:
<blockquote
 cite="mid:9f68efb70910111946s461b5bf5m3b06711a322be44@mail.gmail.com"
 type="cite">Gang,<br>
  <br>
Every tpl.php file that I've seen in any theme is written in html with
php interspersed for putting in variables. I think part of the
reasoning for this approach is that it would be easier for non-geek
designers to read such pages.<br>
  <br>
I want to challenge that. I think all those php open-close and all the
"print" commands makes for very hard-to-read code. Tonight, as an
experiment, I rewrote the node.tpl.php file from Zen from html to php.
I think it is a lot easier to read. And it's sure a lot easier to
comment.<br>
  <br>
I pasted my rewritten version and the original from Zen onto a pastebin:<br>
  <a moz-do-not-send="true" href="http://pastebin.ca/1614186">http://pastebin.ca/1614186</a><br>
  <br>
Anyway, I'd be curious what other's opinions are on this.<br>
  <br>
best,<br>
  <br>
Shai<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
consulting mailing list
<a class="moz-txt-link-abbreviated" href="mailto:consulting@drupal.org">consulting@drupal.org</a>
<a class="moz-txt-link-freetext" href="http://lists.drupal.org/mailman/listinfo/consulting">http://lists.drupal.org/mailman/listinfo/consulting</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Aaron Winborn

Advomatic, LLC
<a class="moz-txt-link-freetext" href="http://advomatic.com/">http://advomatic.com/</a>

Drupal Multimedia available in September!
<a class="moz-txt-link-freetext" href="http://www.packtpub.com/create-multimedia-website-with-drupal/book">http://www.packtpub.com/create-multimedia-website-with-drupal/book</a>

My blog:
<a class="moz-txt-link-freetext" href="http://aaronwinborn.com/">http://aaronwinborn.com/</a></pre>
</body>
</html>