Changeset 2251
- Timestamp:
- 11/26/10 15:49:40 (18 months ago)
- Files:
-
- 1 modified
-
branches/1.5/content/themes/default/settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.5/content/themes/default/settings.php
r2154 r2251 4 4 // currently active theme, not necessarily the one we're viewing. 5 5 $cTheme = rtrim(THEME, '/'); 6 6 7 // theme we're viewing the settings for. 7 8 $vTheme = $h->cage->get->testAlnumLines('theme'); … … 33 34 34 35 // Default settings: 35 $defaults['tagline'] = " Social Bookmarking";36 $defaults['tagline'] = "Possibly the greatest site on the Internet."; 36 37 37 38 // Get settings from database if they exist...