Changeset 128
- Timestamp:
- 12/13/07 20:11:48 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
publicseorewriter/files/lib/page/PublicSEORewriter.class.php
r123 r128 5 5 // do import if rewriter exists 6 6 if(file_exists(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php')) { 7 require_once(WBB_DIR.'lib/data/ board/Board.class.php');7 require_once(WBB_DIR.'lib/data/page/seo/WBBSEORewriter.class.php'); 8 8 } 9 9 // otherwise create a new class 10 10 else { 11 11 class WBBSEORewriter { 12 protected $encodeHTML ;12 protected $encodeHTML, $cachedThreads=array(), $cachedBoardTitles=array(); 13 13 } 14 14 class SEOUtil {
