[ Index ] |
|
Code source de Plume CMS 1.2.2 |
1 <?php 2 if ($cache->processPage(180)): 3 pxTemplateInit('remove_numbers'); 4 pxGetLastResources(); 5 ?> 6 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 7 <html xmlns="http://www.w3.org/1999/xhtml" lang="<?php pxInfo('lang'); ?>"> 8 9 <head> 10 <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" /> 11 <meta name="MSSmartTagsPreventParsing" content="TRUE" /> 12 <title><?php pxInfo('name'); ?></title> 13 <?php include(dirname(__FILE__).'/inc/head-link.php'); ?> 14 <meta name="description" content="<?php pxInfo('name'); ?> - <?php pxMetasDescription(); ?>" /> 15 <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?> 16 </head> 17 18 <body class="category"> 19 20 <div id="page"> 21 <div id="banner"> 22 <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?> 23 24 <h1 id="top"><a href="<?php pxInfo('url'); ?>" accesskey="1"><?php pxInfo('name'); ?></a></h1> 25 <p class="description"><?php pxInfo('description'); ?></p> 26 </div><!-- end banner --> 27 28 29 <div id="main"> 30 <div id="mainfloat"> 31 32 <div id="content"> 33 <?php while (!$last->EOF()): ?> 34 <div class="resource"> 35 <h2><a href="<?php pxLastResPath(); ?>" title="<?php pxLastResTitle('%s'); ?>"><?php pxLastResTitle('%s'); ?></a></h2> 36 <p class="modified">The <a href="<?php pxLastResPath(); ?>" title="Publish Date of: <?php pxLastResTitle('%s'); ?>"><?php pxLastResDateModification('%Y-%m-%d</a> at %H:%M'); ?> by <a href="<?php pxLastResAuthorEmail('mailto:%s'); ?>" title="<?php pxLastResAuthor(); ?>, publisher of <?php pxLastResTitle('%s'); ?>"><?php pxLastResAuthor(); ?></a></p> 37 38 <?php pxLastResDescription(); ?> 39 </div><!-- end resource --> 40 <?php 41 $last->moveNext(); 42 endwhile; 43 ?> 44 45 <hr class="invisible" /> 46 </div><!-- end content --> 47 48 49 50 <div id="menuleft"> 51 <div class="col-content"> 52 <h2>Categories</h2> 53 54 <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?> 55 56 <h2>Links</h2> 57 <?php pxLink::linkList(); ?> 58 59 <h2>In short</h2> 60 <ul> 61 <?php while (!$res->EOF()): ?> 62 <li><a href="<?php pxResPath(); ?>" title="<?php pxResTitle(); ?>"><?php pxResTitle(); ?></a></li> 63 <?php 64 $res->moveNext(); 65 endwhile; ?> 66 </ul> 67 </div><!-- col-content --> 68 </div><!-- end menuleft --> 69 70 </div><!-- end mainfloat --> 71 72 73 74 <div id="menuright"> 75 <div class="col-content"> 76 <?php include(dirname(__FILE__).'/inc/recent-news.php'); ?> 77 <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?> 78 </div><!-- col-content --> 79 </div><!-- end menuright --> 80 81 82 83 </div><!-- end main --> 84 85 <?php include(dirname(__FILE__).'/inc/footer.php'); ?> 86 <?php 87 $cache->endCache(); 88 endif; 89 ?>
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 |
![]() |