Relevant
A New Template for Joomla!
How to Change the Header Logo in WHMCSI wanted to change the logo at the top of my WHMCS client facing pages. The image doesn't seem to be hosted locally... I hacked the template like this: vim templates/default/header.tpl change the following line: <img src="/templates/{$template}/header.jpg" width="730" height="118" alt="" /> to <div align="center"><img src="http://mundyhosting.com/members/images/logo.jpg" alt="" /></div>
|