Dotclear


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_config.php

    r601 r583  
    269269echo '<fieldset><legend>'.__('Stickers').'</legend>'; 
    270270 
    271 $img_url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme.'/img/'; 
    272  
    273271echo '<table id="stickerslist">'.'<caption>'.__('Stickers (footer)').'</caption>'. 
    274272'<thead>'. 
     
    278276'<th scope="col">'.__('URL').'</th>'. 
    279277'<th scope="col">'.__('Icon').'</th>'. 
    280 '<th>'.'</th>'. 
    281278'</tr>'. 
    282279'</thead>'. 
     
    287284'<td>'.form::field('sticker1_url',40,255,$ductile_stickers[0]['url']).'</td>'. 
    288285'<td>'.form::combo('sticker1_image',$sticker_images,$ductile_stickers[0]['image']).'</td>'. 
    289 '<td>'.'<img src="'.$img_url.$ductile_stickers[0]['image'].'" />'.'</td>'. 
    290286'</tr>'. 
    291287'<tr>'. 
     
    294290'<td>'.form::field('sticker2_url',40,255,$ductile_stickers[1]['url']).'</td>'. 
    295291'<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>'. 
    298292'</tr>'. 
    299293'<tr>'. 
     
    302296'<td>'.form::field('sticker3_url',40,255,$ductile_stickers[2]['url']).'</td>'. 
    303297'<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>'. 
    306298'</tr>'. 
    307299'</tbody>'. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map