last update: Mon, 05 Sep 2011 17:18:51 +0000
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd" >
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
  5. <meta http-equiv="Content-Script-Type" content="text/javascript" />
  6. <meta http-equiv="Content-Style-Type" content="text/css" />
  7. <link rel="stylesheet" type="text/css" href="{$backpath}{$peqdevu_css}" />
  8. <link rel="shortcut icon" type="image/x-icon" href="{$backpath}peqsmalllogo.ico" />
  9. <!-- Step 1: Add a Photos RSS feed to this webpage. //-->
  10. <link rel="alternate" href="{$backpath}photos.rss" type="application/rss+xml" title="" id="gallery" />
  11. <title>peq - {$title}</title>
  12. {foreach from=$additional_headers item=additional_header}
  13. {$additional_header}
  14. {/foreach}
  15. </head>
  16. <body onload="
  17. {foreach from=$addtional_onloads item=addtional_onload}
  18. {$addtional_onload};
  19. {/foreach}
  20. ">
  21. {include file='pbar.tpl'}
  22. <div id="maindiv">
  23. {include file=$main_template}
  24. </div>
  25. {include file='footer.tpl'}
  26. {foreach from=$footer_scripts item=footer_script}
  27. {$footer_script}
  28. {/foreach}
  29. </body>
  30. </html>

goto line:
Compare with:
text copy window edit this code post new code