View Full Version : Copyright
Gatsu
03-16-2008, 08:48 AM
Am I prohibited from Changing the Logo in the top left and adding my company's name to the Copyright at the bottom of the page along side osticket?
Corey
03-16-2008, 11:11 PM
Am I prohibited from Changing the Logo in the top left and adding my company's name to the Copyright at the bottom of the page along side osticket?
Yes, you can change the logo at the top.
As for as the copyright, I changed it on mine to Copyright © 2008 MySiteLink.com - Software Developed By osTicket.com. .
dm6930
02-08-2010, 08:07 AM
How can i change?
i think this is the source but i don't know where can i found this footer.inc.php
require(CLIENTINC_DIR.'footer.inc.php');
THANKS
consumedsoul
03-30-2011, 09:24 PM
How can i change?
i think this is the source but i don't know where can i found this footer.inc.php
require(CLIENTINC_DIR.'footer.inc.php');
THANKS
Did you ever find this?
usmc4o66
03-31-2011, 01:28 AM
All mentions of the site logo are found in the following locations:
(File name, followed by line number)
upload/include/staff/header.inc.php:33: <a id="logo" href="index.php" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket"></a>
upload/setup/upgrade.php:220: <a id="logo" href="#" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket Upgrade Wizard"></a>
upload/setup/install.php:219: <a id="logo" href="#" title="osTicket"><img src="images/ostlogo.jpg" width="188" height="72" alt="osTicket Installer"></a>
upload/include/client/header.inc.php:16: <a id="logo" href="index.php" title="Support Center"><img src="./images/logo2.jpg" border=0 alt="Support Center"></a>
upload/scp/css/login.css:16: background: url(../images/logo-support.gif) center center no-repeat #fff;
Pay attention to the relative paths for image sources! Also be aware that image referenced in login.css has different dimensions than the rest.
(I love grep)
ntozier
09-14-2011, 01:03 PM
usmc4o66's post has all the files and locations of the logo that you wuold need to change it to your custom logo. However in lieu of changing the source the easiest way is to simply replace the the following files with the images that you want to use:
images/logo2
scp/images/logo-support
scp/images/ostlogo