1.2releasedClient Logo

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.

Clone URLhttps://github.com/fawx/client_logo.git

Add as a submodulegit submodule add https://github.com/fawx/client_logo.git extensions/client_logo --recursive

Compatibility

2.x.x2.1.x2.2.x2.3.x2.4.x2.5.x2.6.x2.7.02.7.12.7.22.7.32.7.42.7.52.7.62.7.72.7.82.7.92.7.10
NoNo1.1.11.2NoNoNoNoNoNoNoNoNoNoNoNoNoNo. Soon?

Readme

# Client logo

Version: 1.2
Author: Andrea Moretti ([email protected]), Adam Fox ([email protected])
Build Date: 2012-10-15
Requirements: Symphony 2.3 or higher

About

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.

Dependencies

JIT image manipulation extension

Installation

  1. Upload the client_logo folder in this archive to your Symphony extensions folder.

  2. Enable it the usual way.

Usage

  1. Just provide an image file path in the "Client logo" field in Symphony's preferences page.

  2. 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.

Changelog

1.2

  • Added 2.3 compatibility

1.1.1

1.1

  • Add file existence check.

1.0

  • Initial release

Todo

  • create an external stylesheet on savePreferences instead of using embedded stylesheets.
  • possibly discontinue extension in favor of admin css override

Version history

Requires Symphony 2.3

        - Fix code for compatibility with Symphony 2.3
	

Symphony 2.2 to 2.2.5