footer_custom.inc.php

来自「一个用PHP编写的」· PHP 代码 · 共 12 行

PHP
12
字号
<?php/* $Id: footer_custom.inc.php,v 2.2 2005/11/25 08:58:11 nijel Exp $ */// vim: expandtab sw=4 ts=4 sts=4:// This file includes all custom footers if they exist.// Include site footerif (file_exists('./config.footer.inc.php')) {    require('./config.footer.inc.php');}?>

⌨️ 快捷键说明

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