⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.php

📁 Gregarius是一个基于web的RSS/RDF/ATOM聚合程序
💻 PHP
字号:
	<meta http-equiv="Content-Type" content="text/html; charset=<?php echo rss_header_charset() ?>" />	<title><?php echo rss_header_title() ?></title>	<meta name="robots" content="<?php echo rss_header_robotmeta(); ?>" />	<link rel="stylesheet" type="text/css" href="<?php echo getExternalThemeFile('css/layout.css'); ?>" />	<link rel="stylesheet" type="text/css" href="<?php echo getExternalThemeFile('css/look.css'); ?>" />	<link rel="stylesheet" type="text/css" href="<?php echo getPath() ?>css/print.css" media="print" />	<?php echo rss_scheme_stylesheets(); ?><?php echo rss_plugin_hook('rss.plugins.stylesheets', null); ?><?php if(rss_header_autorefreshtime() > 0 && !getConfig('rss.config.restrictrefresh')) { ?>	<meta http-equiv="refresh"  content="<?php echo rss_header_autorefreshtime(); ?>;<?php echo rss_header_autorefreshurl() ?>" /><?php } ?><?php 	foreach(rss_header_links() as $link) { 		list($rel,$title,$href) = $link; ?>	<link rel="<?php echo $rel ?>" title="<?php echo $title ?>" href="<?php echo $href ?>" /><?php } ?><?php foreach(rss_header_javascripts() as $script) { ?>	<script type="text/javascript" src="<?php echo $script ?>"></script>	<?php } ?> 

⌨️ 快捷键说明

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