Ad's on Joomla's Offline Page

Status
Not open for further replies.

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
edit the offline.php file

place the x10 corp ads code and center it

Code:
<?php include('http://staff.x10hosting.com/adCode.php?ad=corporate'); ?>

after

Code:
<body>
tag

it should then look like these

Code:
<body>
	<center><?php include('http://staff.x10hosting.com/adCode.php?ad=corporate'); ?></center>
		<p>&nbsp;</p>

it should now show if the joomla site is offline..
 
Last edited:
Status
Not open for further replies.
Top