Changeset 776:4ce635c0ca26 for inc/core/class.dc.rs.extensions.php
- Timestamp:
- 12/02/11 08:50:18 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.rs.extensions.php
r772 r776 188 188 public static function getCategoryURL($rs) 189 189 { 190 return $rs->core-> url->getURLFor('category',html::sanitizeURL($rs->cat_url));190 return $rs->core->blog->url.$rs->core->url->getURLFor('category',html::sanitizeURL($rs->cat_url)); 191 191 } 192 192 … … 394 394 public static function getTrackbackLink($rs) 395 395 { 396 return $rs->core-> url->getURLFor('trackback',$rs->post_id);396 return $rs->core->blog->url.$rs->core->url->getURLFor('trackback',$rs->post_id); 397 397 } 398 398 … … 777 777 $url = date('Y/m',strtotime($rs->dt)); 778 778 779 return $core-> url->getURLFor('archive',$url);779 return $core->blog->url.$core->url->getURLFor('archive',$url); 780 780 } 781 781
Note: See TracChangeset
for help on using the changeset viewer.