[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

/extra/fancyurls/ -> archive (source)

   1  <?php
   2  
   3  include ('./fancyurls.config.php');
   4  include ('./config.php');
   5  
   6  // default to default implementation (/archive/1/2005-12)
   7  // if blogid was not filled out by plugins
   8  if (($blogid == 0) && ($archive == ''))
   9  {
  10      $data = explode("/",serverVar('PATH_INFO'));
  11      if (count($data) > 2)
  12      {
  13          $blogid = intval($data[1]);
  14          $archive = $data[2];
  15      }
  16  }
  17  
  18  selector();
  19  
  20  ?>


Generated: Tue Feb 12 15:34:36 2008 Cross-referenced by PHPXref 0.7