Changeset 776:4ce635c0ca26 for themes/ductile
- Timestamp:
- 12/02/11 08:50:18 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r773 r776 284 284 $ductile_stickers = array(array( 285 285 'label' => __('Subscribe'), 286 'url' => $core->url->getURLFor('feed','atom'), 286 'url' => $core->blog->url. 287 $core->url->getURLFor('feed','atom'), 287 288 'image' => 'sticker-feed.png' 288 289 )); -
themes/ductile/_public.php
r773 r776 131 131 132 132 if ($default || $res == '') { 133 $res = self::setSticker(1,true,__('Subscribe'),$core->url->getURLFor('feed','atom'),$img_url.'sticker-feed.png'); 133 $res = self::setSticker(1,true,__('Subscribe'),$core->blog->url. 134 $core->url->getURLFor('feed','atom'),$img_url.'sticker-feed.png'); 134 135 } 135 136
Note: See TracChangeset
for help on using the changeset viewer.