top_links.php

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

PHP
35
字号
<?php // $Id: top_links.php,v 1.8 2002/03/13 22:45:05 stratagem Exp $// ----------------------------------------------------------------------// POST-NUKE Content Management System// Copyright (C) 2001 by the PostNuke Development Team.// http://www.postnuke.com/// ----------------------------------------------------------------------// Based on:// Thatware - http://thatware.org/// PHP-NUKE Web Portal System - http://phpnuke.org/// ----------------------------------------------------------------------// LICENSE//// This program is free software; you can redistribute it and/or// modify it under the terms of the GNU General Public License (GPL)// as published by the Free Software Foundation; either version 2// of the License, or (at your option) any later version.//// This program is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the// GNU General Public License for more details.//// To read the license please visit http://www.gnu.org/copyleft/gpl.html// ----------------------------------------------------------------------// Original Author of file: J. Cox// Purpose of file: Top Links for Default PostNuke Theme// ----------------------------------------------------------------------///* Change these links as you wish.  They go along the top border */echo '<span class="pn-sub"><a href="'._TOPLINKURL1.'">'._TOPLINKNAME1.'</a>&nbsp;::&nbsp;'    .'<a href="'._TOPLINKURL2.'">'._TOPLINKNAME2.'</a>&nbsp;::&nbsp;'    .'<a href="'._TOPLINKURL3.'">'._TOPLINKNAME3.'</a>&nbsp;::&nbsp;'    .'<a href="'._TOPLINKURL4.'">'._TOPLINKNAME4.'</a>&nbsp;</span>';?>

⌨️ 快捷键说明

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