Changeset 1526:b17db2367958 for admin/blog_theme.php
- Timestamp:
- 08/22/13 22:55:04 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_theme.php
r1499 r1526 290 290 '<div class="multi-part clear" id="add-theme" title="'.__('Install or upgrade a theme').'">'. 291 291 '<h3>'.__('Add themes to your installation').'</h3>'. 292 '<p >'.sprintf(__('You can find additional themes for your blog on %s.'),292 '<p class="form-note info">'.sprintf(__('You can find additional themes for your blog on %s.'), 293 293 '<a href="http://themes.dotaddict.org/galerie-dc2/">Dotaddict</a>').'</p>'; 294 294 … … 337 337 338 338 echo 339 '<p><a class="back" href="blog_theme.php">'.__(' back').'</a></p>';339 '<p><a class="back" href="blog_theme.php">'.__('Back to Blog appearance').'</a></p>'; 340 340 341 341 try
Note: See TracChangeset
for help on using the changeset viewer.