Changeset 500:f88db2e809f4 for plugins/themeEditor/index.php
- Timestamp:
- 07/03/11 22:12:27 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/themeEditor/index.php
r270 r500 69 69 <body> 70 70 <?php echo '<h2>'.html::escapeHTML($core->blog->name). 71 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › '.__('Theme Editor').'</h2>'; ?>71 ' › <a href="blog_theme.php">'.__('Blog appearance').'</a> › <span class="page-title">'.__('Theme Editor').'</span></h2>'; ?> 72 72 73 73 <p><strong><?php echo sprintf(__('Your current theme on this blog is "%s".'),html::escapeHTML($T['name'])); ?></strong></p>
Note: See TracChangeset
for help on using the changeset viewer.