Log in

View Full Version : Copyright code to display on home page


sdp777
02-10-2005, 02:15 AM
I am looking for the copyright code {2} and the version {1} code to display on the main page. I cant seem to find it so I can inlcude it in the php include file. Any help or direction please.

Thanks,
SteveO

sabret00the
02-10-2005, 09:26 AM
you mean this code
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>

<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

$vboptions[copyrighttext]
</div>
</div>

sdp777
02-10-2005, 01:57 PM
No...

I want to know where the {1} and {2} is defined. {1} = Version, {2} = Copyright date. I need to know where that is loaded so I can move it to the phpinclude file so its called on the homepage as well.

Thanks for any help.
SteveO