[ Index ]
 

Code source de Plume CMS 1.2.2

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/manager/templates/default/ -> sitemap.php (source)

   1  <?php
   2  if ($cache->processPage(3600)):
   3      pxTemplateInit('remove_numbers');
   4  ?>
   5  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   6  <html xmlns="http://www.w3.org/1999/xhtml">
   7  
   8  <head>
   9  <meta http-equiv="Content-Type" content="text/html; charset=<?php pxInfo('encoding'); ?>" />
  10  <meta name="MSSmartTagsPreventParsing" content="TRUE" />
  11  <title>Site map of <?php pxInfo('name'); ?></title>
  12  <?php include(dirname(__FILE__).'/inc/head-link.php'); ?>
  13  <link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
  14  <?php pxHeadLinks(); ?>
  15  <meta name="DC.title" content="Site map of <?php pxInfo('name'); ?>" />
  16  <?php include(dirname(__FILE__).'/inc/head-meta.php'); ?>
  17  </head>
  18  
  19  <body class="category">
  20  
  21  <div id="page">
  22      <div id="banner">
  23      <?php include(dirname(__FILE__).'/inc/easy-access.php'); ?>
  24          
  25          <h1 id="top"><a href="<?php pxInfo('url'); ?>"><?php pxInfo('name'); ?></a></h1>
  26          <p class="description"><?php pxInfo('description'); ?></p>
  27      </div><!-- end banner -->
  28  
  29  
  30  <div id="main">
  31  
  32  <div id="mainfloat">
  33      <div id="content">
  34      
  35      <div id="sitemap">
  36          <h1>Sitemap</h1>
  37          <?php pxShowSitemap('all', 25); ?>
  38      </div>
  39  
  40          <hr class="invisible" />
  41      </div><!-- end content -->
  42  
  43  
  44      <div id="menuleft">
  45          <div class="col-content">
  46          <h2>Categories</h2>
  47  
  48          <?php pxPrimaryCategories('<ul id="top-categories">%s</ul>'); ?>
  49  
  50  
  51          
  52          </div><!-- col-content -->
  53      </div><!-- end menuleft -->
  54      
  55  </div><!-- end mainfloat -->
  56  
  57  
  58      <div id="menuright">
  59          <div class="col-content">
  60          <?php include(dirname(__FILE__).'/inc/recent-news.php'); ?>
  61          <?php include(dirname(__FILE__).'/inc/rss-sitemap.php'); ?>        
  62              
  63          </div><!-- col-content -->
  64      </div><!-- end menuright -->
  65  
  66  </div><!-- end main -->
  67  
  68  
  69  <?php 
  70  include(dirname(__FILE__).'/inc/footer.php'); 
  71  endif;
  72  ?>


Généré le : Mon Nov 26 11:57:01 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics