Changeset 6251
- Timestamp:
- 06/10/08 02:12:01 (7 months ago)
- Location:
- trunk/interface/blog
- Files:
-
- 2 modified
-
category.php (modified) (1 diff)
-
tag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/blog/category.php
r6250 r6251 9 9 10 10 $cache = new pageCache; 11 if(!isset($suri['id']) && (getBlogSetting('useSloganOnCategory',1) == 0)) {11 if(!isset($suri['id']) && (getBlogSetting('useSloganOnCategory',1) == 1)) { 12 12 $category = empty($suri['value']) ? 0 : getCategoryIdByLabel($blogid, $suri['value']); 13 13 } else { -
trunk/interface/blog/tag.php
r6250 r6251 9 9 $cache = new pageCache; 10 10 if (strlen($suri['value'])) { 11 if(!isset($suri['id']) && (getBlogSetting('useSloganOnTag',1) == 0)) {11 if(!isset($suri['id']) && (getBlogSetting('useSloganOnTag',1) == 1)) { 12 12 $tag = getTagId($blogid, $suri['value']); 13 13 } else {
