Changeset 500:f88db2e809f4 for admin/blog_del.php
- Timestamp:
- 07/03/11 22:12:27 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_del.php
r270 r500 16 16 17 17 $blog_id = ''; 18 $blog_name = ''; 18 19 19 20 if (!empty($_POST['blog_id'])) … … 29 30 } else { 30 31 $blog_id = $rs->blog_id; 32 $blog_name = $rs->blog_name; 31 33 } 32 34 } … … 52 54 { 53 55 echo 54 '<h2 >'.__('Delete a blog').'</h2>'.56 '<h2 class="page-title">'.__('Delete a blog').'</h2>'. 55 57 '<p class="message">'.__('Warning').'</p>'. 56 58 '<p>'.sprintf(__('You are about to delete the blog %s. Every entry, comment and category will be deleted.'), 57 '<strong>'.$blog_id.' </strong>').'</p>'.59 '<strong>'.$blog_id.' ('.$blog_name.')</strong>').'</p>'. 58 60 '<p>'.__('Please give your password to confirm the blog deletion.').'</p>'; 59 61
Note: See TracChangeset
for help on using the changeset viewer.