Changeset 2335:db52e903ff91 for plugins
- Timestamp:
- 10/11/13 07:49:40 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r2256 r2335 290 290 291 291 echo 292 '<p class="field"><label for="blog_title_hide">'.__('Hide main title').' '.293 form::checkbox('blog_title_hide',1,$blowup_user['blog_title_hide']).'</ label></p>'.292 '<p class="field"><label for="blog_title_hide">'.__('Hide main title').'</label> '. 293 form::checkbox('blog_title_hide',1,$blowup_user['blog_title_hide']).'</p>'. 294 294 295 295 '<p class="field"><label for="blog_title_f">'.__('Main title font:').'</label> '. … … 316 316 317 317 echo 318 '<h 4 class="border-top">'.__('Top image').'</h4>'.318 '<h5 class="pretty-title">'.__('Top image').'</h4>'. 319 319 '<p class="field"><label for="top_image">'.__('Top image').'</label> '. 320 320 form::combo('top_image',$top_images,($blowup_user['top_image'] ? $blowup_user['top_image'] : 'default')).'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.