📄 meta.ui.inc.php
字号:
<?php /**************************************************************************\ * eGroupWare SiteMgr - Web Content Management * * http://www.egroupware.org * * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id: meta.ui.inc.php,v 1.2 2004/02/10 14:56:34 ralfbecker Exp $ *//************************************************************************//* PHP-NUKE: Web Portal System *//* =========================== *//* *//* Copyright (c) 2002 by Francisco Burzi *//* http://phpnuke.org *//* *//* This program is free software. You can redistribute it and/or modify *//* it under the terms of the GNU General Public License as published by *//* the Free Software Foundation; either version 2 of the License. *//************************************************************************/################################################### Include for Meta Tags generation ###################################################echo "<META HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset="._CHARSET."\">\n";echo "<META HTTP-EQUIV=\"EXPIRES\" CONTENT=\"0\">\n";echo "<META NAME=\"RESOURCE-TYPE\" CONTENT=\"DOCUMENT\">\n";echo "<META NAME=\"DISTRIBUTION\" CONTENT=\"GLOBAL\">\n";echo "<META NAME=\"AUTHOR\" CONTENT=\"$sitename\">\n";echo "<META NAME=\"COPYRIGHT\" CONTENT=\"Copyright (c) 2002 by $sitename\">\n";echo "<META NAME=\"DESCRIPTION\" CONTENT=\"$slogan\">\n";echo "<META NAME=\"ROBOTS\" CONTENT=\"INDEX, FOLLOW\">\n";echo "<META NAME=\"REVISIT-AFTER\" CONTENT=\"1 DAYS\">\n";echo "<META NAME=\"RATING\" CONTENT=\"GENERAL\">\n";################################################ DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE! ################################################echo "<META NAME=\"GENERATOR\" CONTENT=\"phpGroupWare Web Content Manager\">\n";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -