<slide title="Procedural Templating">
<blurb>
Code it in html with a set of functions which serve to output/format dynamic blocks.
</blurb>
<php><![CDATA[<?php
include_once("./presentations/slides/top7/funcdisp.php");
]]>
</php>
<example filename="functmpl.tpl" result="1" title="Template File"/>
<blurb>
<![CDATA[<br /><br />]]>
</blurb>
<example filename="funcdisp.php" title="Display Functions"/>
</slide>
