server/core
Jake Wilson 5144def99b Moved Core Theme Logos to CSS
In order to make it easier for a user/developer to replace logos in the core theme, I removed the hardcoded `logo.svg` and `logo-wide.svg` from the html, and replaced them with `div`s that use css background-image instead.

This has multiple advantages:
1. The user can now use any filename they want for the logo.  They are no longer forced to use logo.svg or logo-wide.svg.
2. The user can now easily use a JPG, PNG or GIF logo instead of SVG (SVG's are awesome, but used by an unfortunately small percentage of web developers at the current time.  Most probably don't even know how to make an SVG…).
3. The user doesn't have to resort to hacking the core theme template files in order to use a different filename or file type.
4. Greatly simplifies documentation instructions for how to change the logos (http://owncloud.org/theming/).

Signed-off-by: Jake Wilson <jakew@huebnerpetersen.com>
2013-10-10 12:29:13 -06:00
..
ajax find users which are in the same group 2013-10-08 16:43:23 +02:00
avatar Base defaultavatar text on displayname 2013-09-28 16:46:53 +02:00
command Add copyright, remove starting blank line 2013-09-19 19:12:16 +02:00
css Moved Core Theme Logos to CSS 2013-10-10 12:29:13 -06:00
doc fix difference between packaged version and master 2013-08-17 10:33:11 +02:00
img Optimize confirm.[svg|png] with optipng and scour 2013-10-08 02:40:13 +02:00
js Merge pull request #4921 from owncloud/file_conflicts_dialog_fixes 2013-10-07 08:19:40 -07:00
l10n [tx-robot] updated from transifex 2013-10-08 07:24:19 -04:00
lostpassword Merge branch 'master' into rename-lostpassword-controller 2013-09-04 20:46:32 +02:00
skeleton add a real examplefile instead of an .gitignore which is a bit stupid here 2013-10-04 10:21:33 +02:00
templates Moved Core Theme Logos to CSS 2013-10-10 12:29:13 -06:00
minimizer.php Clean up \OC\Util 2013-08-15 15:57:32 +02:00
register_command.php Use appinfo/register_command.php to add commands to the console command 2013-09-13 18:10:04 +02:00
routes.php Merge branch 'master' into oc_avatars 2013-09-12 07:41:44 +02:00
setup.php Fixed review issues 2013-09-29 20:16:32 -04:00
strings.php