Version: 1.2
Author: Andrea Moretti (nany@bbox.it), Adam Fox (fox@hairb.us)
Build Date: 2012-10-15
Requirements: Symphony 2.3 or higher
This extension gives you the option to replace Symphony's default admin header with an image. It was born out of a desire to allow clients to feel like their CMS is their own.
JIT image manipulation extension
-
Upload the
client_logo
folder in this archive to your Symphonyextensions
folder. -
Enable it the usual way.
-
Just provide an image file path in the "Client logo" field in Symphony's preferences page.
-
By default this extension makes the header 70px high, leaving 10px margin for the logo. If you need to tweak this, look at lines 60 and 65 of
extension.driver.php
.
- Added 2.3 compatibility
- Add extension.meta.xml for use with symphonyextensions.com
- Spring cleaning of code and documentation
- Add file existence check.
- Initial release
- create an external stylesheet on savePreferences instead of using embedded stylesheets.
- possibly discontinue extension in favor of admin css override