- Timestamp:
- 02/12/08 11:23:42 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
publicseorewriter/files/lib/page/PublicSEORewriter.class.php
r159 r206 3 3 require_once(WBB_DIR.'lib/data/board/Board.class.php'); 4 4 5 // do import if rewriter exists5 // does wbb seo util exist ? 6 6 if(file_exists(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php')) { 7 7 require_once(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php'); … … 12 12 protected $encodeHTML, $cachedThreads=array(), $cachedBoardTitles=array(); 13 13 } 14 } 15 16 // does wcf seo util exist ? 17 if(!file_exists(WCF_DIR.'lib/data/page/seo/SEOUtil.class.php')) { 14 18 class SEOUtil { 15 19 public static function formatString($string) {
