Interspire Email Marketer can be re branded in 3 easy steps, as shown below:
- To change the logo, replace the admin/images/logo.jpg file -- There's a Photoshop layered file attached that you can use as a template
- To change the color of the header bar you can edit the background image for the top of the screen is admin/images/_topbg.gif
- To change the stylesheet, edit the admin/includes/styles/stylesheet.css file
- To change the "Powered By" link, edit the admin/language/whitelabel.php file.
If you wish to change the format, ie from .jpg to .gif then you will need to do so for all images. You will also need to change the line in 'admin/includes/sendstudio_functions.php' that reads:
$menu .= '<img '.$attr.' src="images/'.$image.'.jpg" border="0" hspace="2" alt="">';
to be the correct image type.
Make sure that you keep the images named the same as they are originally so that they will be picked up and used in the application. These images are stored in 'admin/images' and are prefixed with 'm_' for example 'm_stats.gif'
