From: Thorsten Glaser Date: Wed, 24 Feb 2010 16:26:11 +0000 (+0000) Subject: we can use this as default $wgLogo and make that overridable X-Git-Tag: v5_0_rc1~28 X-Git-Url: https://scm.fusionforge.org/anonscm/gitweb?p=fusionforge%2Ffusionforge.git;a=commitdiff_plain;h=1b686e5d253efa41c0475d270f1702949ffc46b2;hp=f2cc6e1c7ec926f25aef5266c15930fcab2cbfaf we can use this as default $wgLogo and make that overridable by the default system theme, if desired --- diff --git a/.gitattributes b/.gitattributes index 2c6371a423..74098263af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3723,6 +3723,7 @@ gforge/www/themes/gforge/images/toptab-new/selected-left.gif -text gforge/www/themes/gforge/images/toptab-new/selected-middle.gif -text gforge/www/themes/gforge/images/toptab-new/selected-right.gif -text gforge/www/themes/gforge/images/vert-grad.png -text +gforge/www/themes/gforge/images/wgLogo.png -text gforge/www/themes/gforge/js/gforge.js -text gforge/www/themes/gforge/viewvc/help.css -text gforge/www/themes/gforge/viewvc/help_dirview.html -text diff --git a/gforge/www/themes/gforge/images/wgLogo.png b/gforge/www/themes/gforge/images/wgLogo.png new file mode 100644 index 0000000000..630415b825 Binary files /dev/null and b/gforge/www/themes/gforge/images/wgLogo.png differ