http://www.icyphoenix.com/viewtopic.php?f=36&t=5274&p=35551#p35551
-----------------------------------
abels_182
Sat 10 Jan, 2009 19:20

Re: Reducing Theme To 80%  By Lopalong?
-----------------------------------
[url=http://www.enlaonda.com.ar]My Site

This is my overall_footer.tpl:
[spoiler][code linenumbers=false]		<!-- BEGIN switch_importal -->
		{PORTAL_TAILCENTER}
		</td>
		{PORTAL_TAILRIGHT}
		</tr>
		</table>
		{PORTAL_TAIL}
		<!-- END switch_importal -->

		{CMS_ACP}
<div style="text-align:center;"><font size="2" face="Verdana">
<a href="http://invertironline.net/"><span style="text-decoration: none;">
InvertirOnLine</span></a> <b>|</b> <a href="http://kosciuk.net/blog/">
<span style="text-decoration: none;">Kosciuk</span></a> <b>|</b>
<a href="http://apuntesyresumenes.com/"><span style="text-decoration: none;">
Apuntes y Resúmenes</span></a></font></div>
<div style="text-align:center;"><font face="Verdana" size="2"><b>ENLAONDA - 
	</b>www.enlaonda.com.ar & www.enlaonda.co.cc</font></div>
<div style="text-align:center;"><span class="admin-link">{ADMIN_LINK}</span><br /><br /></div>
	</td>
</tr>
<!-- BEGIN switch_footer_table -->
<tr>
	<td width="100%" colspan="3">
		<div style="padding-left:5px; padding-right:5px;">
		<table class="forumline" width="100%" cellspacing="0" cellpadding="0">
			<tr><td class="row-header"><span>{L_STAFF_MESSAGE}</span></td></tr>
			<tr><td><div class="post-text"><br />{switch_footer_table.FOOTER_TEXT}<br /><br /></div></td></tr>
		</table>
		</div>
	</td>
</tr>
<!-- END switch_footer_table -->
<!--
<tr>
	<td colspan="3" width="100%">
		<table class="empty-table" width="100%" cellspacing="0" cellpadding="0" border="0">
			<tr><td class="row5bg" width="100%">&nbsp;</td></tr>
		</table>
	</td>
</tr>
-->
<tr>
	<td colspan="3">
	<div id="bottom_logo_ext">
	<div id="bottom_logo">
		<table class="empty-table" width="100%" height="35px" cellspacing="0" cellpadding="0" border="0">
			<tr>
				<td nowrap="nowrap" width="25%" align="left">
					<span class="copyright">&nbsp;Powered by <a href="http://www.icyphoenix.com/" 

target="_blank">Icy Phoenix</a> | <a href="http://www.phpbb.com/" target="_blank">phpBB</a>{TRANSLATION_INFO}</span>
				</td>
				<td nowrap="nowrap" align="center">

					<div style="text-align:center;">
						<span class="generation"><b>{LOFI}</b></span>
						<!-- BEGIN generation_time_switch -->
						<span class="generation">{PAGE_GEN_TIME} <b>{GENERATION_TIME}s</b> (PHP: 

{PHP_PART}% SQL: {SQL_PART}%)</span><br />
						<span class="generation">{SQL_QUERIES}: {NUMBER_QUERIES} - {DEBUG_TEXT} - 

{GZIP_TEXT}</span>
						<!-- END generation_time_switch -->
					</div>

				</td>
				<td nowrap="nowrap" width="25%" align="right">
					<span class="copyright">Design by <a href="http://www.mightygorgon.com" 

target="_blank">Mighty Gorgon</a>&nbsp;</span><br />
					<span><script>

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" días"
document.write(" "+difference+" online! ")
}
//cambiar la fecha
countup(2008,9,28)
</script> </span>
				</td>
			</tr>
		</table>
	</div>
	</div>
	</td>
</tr>
</table>

{BOTTOM_HTML_BLOCK}
<span><a name="bottom"></a></span>
</body>
</html>[/code][/spoiler]

Sorry for my poor English :oops: 
[b]Thanks[/b]


