Changeset 1339:11fdde189adb for plugins/blowupConfig/index.php
- Timestamp:
- 08/12/13 14:10:18 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/blowupConfig/index.php
r1179 r1339 221 221 <body> 222 222 <?php 223 echo 224 '<h2>'.html::escapeHTML($core->blog->name). 225 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › <span class="page-title">'.__('Blowup configuration').'</span></h2>'. 223 dcPage::breadcrumb( 224 array( 225 html::escapeHTML($core->blog->name) => '', 226 __('Blog appearance') => 'blog_theme.php', 227 '<span class="page-title">'.__('Blowup configuration').'</span>' => '' 228 )); 229 230 echo 226 231 '<p><a class="back" href="blog_theme.php">'.__('back').'</a></p>'; 227 232
Note: See TracChangeset
for help on using the changeset viewer.