Changeset 614:851d5791c6d4 for themes
- Timestamp:
- 07/22/11 10:16:53 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r613 r614 145 145 $ductile_stickers = @unserialize($ductile_stickers); 146 146 147 // If no stickers defined, add feed Atom one 148 if (!is_array($ductile_stickers)) { 149 $ductile_stickers = array(array( 150 'label' => __('Subscribe'), 151 'url' => $core->blog->url.$core->url->getBase('feed').'/atom', 152 'image' => 'sticker-feed.png' 153 )); 154 } 155 147 156 $ductile_stickers_full = array(); 148 157 // Get all sticker images already used -
themes/ductile/_define.php
r613 r614 14 14 /* Description*/ "Chantier pour un nouveau theme", 15 15 /* Author */ "Dotclear Team", 16 /* Version */ '0. 8.1'17 /* Properties * (uncomment for 2.4 compliance only)16 /* Version */ '0.9' 17 /* Properties (uncomment for 2.4 compliance only : add a / at the end of this line -> ) * 18 18 ,array( 19 19 'standalone_config' => true -
themes/ductile/_public.php
r603 r614 130 130 131 131 if ($default || $res == '') { 132 $res = self::setSticker(1,true,__(' Feed'),$core->blog->url.$core->url->getBase('feed').'/atom',$img_url.'sticker-feed.png');132 $res = self::setSticker(1,true,__('Subscribe'),$core->blog->url.$core->url->getBase('feed').'/atom',$img_url.'sticker-feed.png'); 133 133 } 134 134
Note: See TracChangeset
for help on using the changeset viewer.