| [ PHPXref.com ] | [ Generated: Sun Jul 20 20:10:38 2008 ] | [ RunCms 1.3B ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: footer.php,v 1.2 2006/01/20 23:26:44 FARSUS Exp $ 3 //************************************************************/ 4 //* RUNCMS */ 5 //* Simplicity & ease off use */ 6 //* < http://www.runcms.org > */ 7 //************************************************************/ 8 9 if ( !defined('XOOPS_FOOTER_INCLUDED') ) { 10 define('XOOPS_FOOTER_INCLUDED', 1); 11 make_cblock(XOOPS_CENTERBLOCK_BOTTOMALL); 12 13 $footer = join('', file(XOOPS_ROOT_PATH . '/modules/system/cache/footer.php')); 14 /* you are not allowed to remove or changes this copyright and link in this footer */ 15 $footer .= "<div align='center'><a href='http://www.runcms.org/' target='_blank'> Powered by ".XOOPS_VERSION." © 2002-".date('Y')." RunCms</a></div>"; 16 ?> 17 18 <!-- END MODULE SPAN CSS --> 19 </span> 20 <!-- END MODULE SPAN CSS --> 21 22 <?php 23 themefooter($xoopsOption['show_rblock'], $footer); 24 xoops_footer(); 25 } 26 //---------------------------------------------------------------------------------------// 27 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |