Changeset 1372 for trunk/rss/admin/themes.php
- Timestamp:
- 03/15/06 16:13:41 (3 years ago)
- Files:
-
- 1 modified
-
trunk/rss/admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/rss/admin/themes.php
r1355 r1372 75 75 echo "<div class=\"themeframe".($active?" active":"")."\"><span>"; 76 76 if (!$active && $htmltheme) { 77 echo "<a href=\"$seturl\" class=\"bookmarklet\"> Use this theme</a>";77 echo "<a href=\"$seturl\" class=\"bookmarklet\">".LBL_ADMIN_USE_THIS_THEME."</a>"; 78 78 } elseif($active) { 79 echo "<p class=\"bookmarklet\"> Active theme</p>";79 echo "<p class=\"bookmarklet\">".LBL_ADMIN_ACTIVE_THEME."</p>"; 80 80 } 81 81 echo "<h4>$h4</h4>\n";
