Cape Dave Posted December 28, 2010 Share Posted December 28, 2010 http://capebackup.net/whmcs/order/?pid=29&skip=1 Obviously I want it where there is now the text CapeBackup.net in the upper left. I cannot find what .tpl file to adjust. Any thoughts? Thanks, Dave 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted December 28, 2010 Share Posted December 28, 2010 Hi Dave, you'll want to edit header.tpl from your active templates folder. Here's the part to look for: <div id="company_title">{$companyname}</div> You can replace the Smarty code with your logo. I put ours inside anchor tags so that the user can click it to leave the support area and return to our main webste: <div id="company_title"> <a href="/"><img src="images/logo.png" alt="Official home of Uberhost" /></a> </div> Hope this helps, Rick 0 Quote Link to comment Share on other sites More sharing options...
Cape Dave Posted December 28, 2010 Author Share Posted December 28, 2010 (edited) BEAUTIFUL! I had some extra code in there which I deleted and all is good! Thank you for your help, works great now. Edited December 28, 2010 by Cape Dave 0 Quote Link to comment Share on other sites More sharing options...
uberhost Posted December 28, 2010 Share Posted December 28, 2010 Looking good, Dave! Glad to help. Best, Rick 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.