Changeset 3340:30cec05f4e63 for plugins/blowupConfig/index.php
- Timestamp:
- 09/09/16 13:30:35 (9 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r2849 r3340 318 318 '<h5 class="pretty-title">'.__('Top image').'</h5>'. 319 319 '<p class="field"><label for="top_image">'.__('Top image').'</label> '. 320 form::combo('top_image',$top_images,($blowup_user['top_image'] ? $blowup_user['top_image']: 'default')).'</p>'.320 form::combo('top_image',$top_images,($blowup_user['top_image'] ?: 'default')).'</p>'. 321 321 '<p>'.__('Choose "Custom..." to upload your own image.').'</p>'. 322 322
Note: See TracChangeset
for help on using the changeset viewer.