[ Index ] |
|
Code source de Plume CMS 1.2.2 |
1 <?php pxTemplateInit(); ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" /> 7 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 8 <title>Comments - <?php pxInfo('name'); ?></title> 9 <?php include(dirname(__FILE__).'/inc/head-link.php'); ?> 10 <meta name="description" content="<?php pxInfo('description'); ?>" /> 11 <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?> 12 <meta name="DC.Title" content="Comments - <?php pxInfo('name'); ?>" /> 13 </head> 14 15 <body class="category"> 16 17 <div id="page"> 18 <div id="banner"> 19 <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?> 20 21 <h1 id="top"><a href="<?php pxInfo('url'); ?>"><?php pxInfo('name'); ?></a></h1> 22 <p class="description"><?php pxInfo('description'); ?></p> 23 </div><!-- end banner --> 24 25 26 <div id="main"> 27 28 <div id="mainfloat"> 29 <div id="content"> 30 31 <h2 class="comment-preview">Comment</h2> 32 33 <?php 34 while (!$res->cur->comments->EOF()) { 35 echo $res->cur->comments->getContent(); 36 $res->cur->comments->moveNext(); 37 } 38 ?> 39 40 <hr class="invisible" /> 41 </div><!-- end content --> 42 43 44 45 <div id="menuleft"> 46 <div class="col-content"> 47 48 <?php pxSubCategories('<h2>Categories</h2> %s'); ?> 49 50 <h2>Links</h2> 51 <?php pxLink::linkList(); ?> 52 53 </div><!-- col-content --> 54 </div><!-- end menuleft --> 55 56 </div><!-- end mainfloat --> 57 58 59 60 <div id="menuright"> 61 <div class="col-content"> 62 63 <h2>Main categories</h2> 64 <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?> 65 66 <?php include(dirname(__FILE__).'/inc/recent-news.php'); ?> 67 <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?> 68 </div><!-- col-content --> 69 </div><!-- end menuright --> 70 71 72 </div><!-- end main --> 73 74 <?php include(dirname(__FILE__).'/inc/footer.php'); ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 11:57:01 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |