Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r583 r601  
    269269echo '<fieldset><legend>'.__('Stickers').'</legend>'; 
    270270 
     271$img_url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme.'/img/'; 
     272 
    271273echo '<table id="stickerslist">'.'<caption>'.__('Stickers (footer)').'</caption>'. 
    272274'<thead>'. 
     
    276278'<th scope="col">'.__('URL').'</th>'. 
    277279'<th scope="col">'.__('Icon').'</th>'. 
     280'<th>'.'</th>'. 
    278281'</tr>'. 
    279282'</thead>'. 
     
    284287'<td>'.form::field('sticker1_url',40,255,$ductile_stickers[0]['url']).'</td>'. 
    285288'<td>'.form::combo('sticker1_image',$sticker_images,$ductile_stickers[0]['image']).'</td>'. 
     289'<td>'.'<img src="'.$img_url.$ductile_stickers[0]['image'].'" />'.'</td>'. 
    286290'</tr>'. 
    287291'<tr>'. 
     
    290294'<td>'.form::field('sticker2_url',40,255,$ductile_stickers[1]['url']).'</td>'. 
    291295'<td>'.form::combo('sticker2_image',$sticker_images,$ductile_stickers[1]['image']).'</td>'. 
     296'<td>'.'<img src="'.$img_url.$ductile_stickers[1]['image'].'" />'.'</td>'. 
     297'</td>'. 
    292298'</tr>'. 
    293299'<tr>'. 
     
    296302'<td>'.form::field('sticker3_url',40,255,$ductile_stickers[2]['url']).'</td>'. 
    297303'<td>'.form::combo('sticker3_image',$sticker_images,$ductile_stickers[2]['image']).'</td>'. 
     304'<td>'.'<img src="'.$img_url.$ductile_stickers[2]['image'].'" />'.'</td>'. 
     305'</td>'. 
    298306'</tr>'. 
    299307'</tbody>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map