footer.php

来自「日程 BosDates v4.5 Copyright ?2004-2005 B」· PHP 代码 · 共 71 行

PHP
71
字号
<?php//////////////////////////// COPYRIGHT NOTICE ////////////////////////////////////// This script is part of BosClassifieds, a software application by BosDev, Inc //// Use of any kind of part or all of this script or modification of this        //// script requires a license from BosDev, Inc. Use or modification of           //// this script without a license constitutes Software Piracy and will           //// result in legal action from BosDev, Inc.  All rights reserved.               ////            http://www.bosdev.com      sales@bosdev.com                       ////                                                                              ////           BosClassifieds Copyright 2004, BosDev, Inc.                        ////////////////////////////////////////////////////////////////////////////////////echo<<<ENDPRINT  <br>  <div id="menu">  <table width="{$SystemOptions['page_width']}" border="0" cellspacing="1" cellpadding="3">   <tr>    <td width="{$menuColWidth}%" align="center"><a href="{$insUrl}recent.php">{$Languages['nav']['recent']}</a></td>    <td width="{$menuColWidth}%" align="center"><a href="{$insUrl}account.php?action=add">{$Languages['nav']['add']}</a></td>    $extraMenuCols   </tr>  </table>  </div>  <div id="info">  <table width="{$SystemOptions['page_width']}" border="0" cellspacing="1" cellpadding="1">   <tr>    <td align="right"><a href="{$insUrl}account.php?action=contactAdmin">{$Languages['nav']['contact']}</a></td>   </tr>  </table>  </div>ENDPRINT;/////////////////////////////////////////////////////////                     NOTICE                        //// Removal or alteration of the following code will  //// result in a violation of the EULA.  You may opt   //// to purchase removal rights at the following web   //// address:                                          ////          http://www.bosdev.com/order              ////                                                   //// We do make checks on installed licenses to ensure //// our copyrights are preserved.                     /////////////////////////////////////////////////////////echo<<<ENDPRINT  <br>  <div id="copyright" align="center">   Powered by BosClassifieds : Classified Ads System<br>Copyright 2002-2006. All Rights Reserved  </div>  </div>ENDPRINT;//Load footerif(substr($SystemOptions['page_footer'],0,5) == "file:") {	$fileToInclude = substr($SystemOptions['page_footer'],5);	@include("$fileToInclude");	}	else { echo stripslashes($SystemOptions['page_footer']); }?> </body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?