Dotclear


Ignore:
Timestamp:
12/02/11 08:50:18 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
default
Message:

Last updates to getURLFor : removed blog url from function

Location:
themes/ductile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r773 r776  
    284284     $ductile_stickers = array(array( 
    285285          'label' => __('Subscribe'), 
    286           'url' => $core->url->getURLFor('feed','atom'), 
     286          'url' => $core->blog->url. 
     287               $core->url->getURLFor('feed','atom'), 
    287288          'image' => 'sticker-feed.png' 
    288289          )); 
  • themes/ductile/_public.php

    r773 r776  
    131131 
    132132          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'); 
    134135          } 
    135136 
Note: See TracChangeset for help on using the changeset viewer.

Sites map