info.php

来自「开源MARC数据处理」· PHP 代码 · 共 19 行

PHP
19
字号
<?php // $Id: Info.php,v 1.5 2002/03/13 22:45:05 stratagem Exp $ /*********************************************************************  *  name: Visible Name of theme file.  *  author: Visible name of author.  *  download: location where you can get a copy of this theme. (disabled=nil)  *  api: Version theme is written for. (ex: "Rogue")  *  xhtml: Supports XHTML format. -- could be used to require strict layout,  *                                   or other guidelines??  ********************************************************************/	themeinfo['name'] = "PostNuke";	themeinfo['author'] = "PostNuke Team";	themeinfo['download'] = "nil";	themeinfo['api'] = "Rogue";	themeinfo['xhtmlsupport'] = -1;?>

⌨️ 快捷键说明

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