Changeset 601:c1e800f8af89 for themes/ductile/_config.php
- Timestamp:
- 07/21/11 08:30:09 (14 years ago)
- Branch:
- themes
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r583 r601 269 269 echo '<fieldset><legend>'.__('Stickers').'</legend>'; 270 270 271 $img_url = $core->blog->settings->system->themes_url.'/'.$core->blog->settings->system->theme.'/img/'; 272 271 273 echo '<table id="stickerslist">'.'<caption>'.__('Stickers (footer)').'</caption>'. 272 274 '<thead>'. … … 276 278 '<th scope="col">'.__('URL').'</th>'. 277 279 '<th scope="col">'.__('Icon').'</th>'. 280 '<th>'.'</th>'. 278 281 '</tr>'. 279 282 '</thead>'. … … 284 287 '<td>'.form::field('sticker1_url',40,255,$ductile_stickers[0]['url']).'</td>'. 285 288 '<td>'.form::combo('sticker1_image',$sticker_images,$ductile_stickers[0]['image']).'</td>'. 289 '<td>'.'<img src="'.$img_url.$ductile_stickers[0]['image'].'" />'.'</td>'. 286 290 '</tr>'. 287 291 '<tr>'. … … 290 294 '<td>'.form::field('sticker2_url',40,255,$ductile_stickers[1]['url']).'</td>'. 291 295 '<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>'. 292 298 '</tr>'. 293 299 '<tr>'. … … 296 302 '<td>'.form::field('sticker3_url',40,255,$ductile_stickers[2]['url']).'</td>'. 297 303 '<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>'. 298 306 '</tr>'. 299 307 '</tbody>'.
Note: See TracChangeset
for help on using the changeset viewer.