Show
Ignore:
Timestamp:
02/12/08 11:23:42 (5 years ago)
Author:
d0nut
Message:

updatet public seo rewriter to 1.1.6

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • publicseorewriter/files/lib/page/PublicSEORewriter.class.php

    r159 r206  
    33require_once(WBB_DIR.'lib/data/board/Board.class.php'); 
    44 
    5 // do import if rewriter exists 
     5// does wbb seo util exist ? 
    66if(file_exists(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php')) { 
    77        require_once(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php'); 
     
    1212                protected $encodeHTML, $cachedThreads=array(), $cachedBoardTitles=array(); 
    1313        } 
     14} 
     15 
     16// does wcf seo util exist ? 
     17if(!file_exists(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php')) { 
    1418        class SEOUtil { 
    1519                public static function formatString($string) {