Changeset 2251

Show
Ignore:
Timestamp:
11/26/10 15:49:40 (18 months ago)
Author:
petsagouris
Message:

[Branch 1.5] Changing the default tagline in theme.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.5/content/themes/default/settings.php

    r2154 r2251  
    44// currently active theme, not necessarily the one we're viewing. 
    55$cTheme = rtrim(THEME, '/'); 
     6 
    67// theme we're viewing the settings for. 
    78$vTheme = $h->cage->get->testAlnumLines('theme'); 
     
    3334 
    3435// Default settings: 
    35 $defaults['tagline'] = "Social Bookmarking"; 
     36$defaults['tagline'] = "Possibly the greatest site on the Internet."; 
    3637 
    3738// Get settings from database if they exist...