Dotclear


Ignore:
Timestamp:
09/17/09 16:48:45 (14 years ago)
Author:
pep
Message:

Getting ready for 2.1.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/sitemaps/_prepend.php

    r975 r1470  
    1111if (!defined('DC_RC_PATH')) { return; } 
    1212 
    13 $GLOBALS['__autoload']['dcSitemaps'] = dirname(__FILE__).'/class.dc.sitemaps.php'; 
     13$GLOBALS['__autoload']['dcSitemaps'] = dirname(__FILE__).'/inc/class.dc.sitemaps.php'; 
    1414 
    1515// Behavior(s) 
     
    3636          if (!$core->blog->settings->sitemaps_active) { 
    3737               self::p404(); 
     38               return; 
    3839          } 
    3940 
     
    4546          else { 
    4647               self::serveDocument('sitemap.xml','text/xml'); 
    47                exit; 
    4848          } 
    4949     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map