[dw-nonfree] Add Celerity as a selectable sitescheme
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/8e4772ae1aa4]
http://bugs.dwscoalition.org/show_bug.cgi?id=868
Add Celerity local logo and enable it on the site.
Patch by
denise.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=868
Add Celerity local logo and enable it on the site.
Patch by
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
Files modified:
- cgi-bin/DW/Hooks/SiteScheme.pm
- cgi-bin/bml/scheme/celerity-local.look
- htdocs/img/celerity/dw_logo_celerity.png
- htdocs/img/celerity/dw_logo_celerity_beta.png
-------------------------------------------------------------------------------- diff -r f44e9eb15bfe -r 8e4772ae1aa4 cgi-bin/DW/Hooks/SiteScheme.pm --- a/cgi-bin/DW/Hooks/SiteScheme.pm Fri Apr 17 22:24:24 2009 +0000 +++ b/cgi-bin/DW/Hooks/SiteScheme.pm Sat Apr 18 04:21:00 2009 +0000 @@ -21,6 +21,7 @@ LJ::register_hook('modify_scheme_list', @$schemesref = ( { scheme => "tropo-red", title => "Tropospherical Red" }, { scheme => "tropo-purple", title => "Tropospherical Purple" }, + { scheme => "celerity-local", title => "Celerity" }, { scheme => "lynx", title => "Lynx (light mode)" }, ); }); diff -r f44e9eb15bfe -r 8e4772ae1aa4 cgi-bin/bml/scheme/celerity-local.look --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cgi-bin/bml/scheme/celerity-local.look Sat Apr 18 04:21:00 2009 +0000 @@ -0,0 +1,5 @@ +_parent=>celerity.look + +logo<= +<a href="<?siteroot?>"><img src="<?imgprefix?>/celerity/dw_logo_celerity_beta.png" alt="<?_code $LJ::SITENAMESHORT _code?>" /></a> +<=logo \ No newline at end of file diff -r f44e9eb15bfe -r 8e4772ae1aa4 htdocs/img/celerity/dw_logo_celerity.png Binary file htdocs/img/celerity/dw_logo_celerity.png has changed diff -r f44e9eb15bfe -r 8e4772ae1aa4 htdocs/img/celerity/dw_logo_celerity_beta.png Binary file htdocs/img/celerity/dw_logo_celerity_beta.png has changed --------------------------------------------------------------------------------