SpecialSearch.php
Go to the documentation of this file.00001 <?php
00002
# Token special page for marking search requests properly in the skin.
00003
#
00004
# Copyright (C) 2004 Brion Vibber <brion@pobox.com>
00005
# http://www.mediawiki.org/
00006
#
00007
# This program is free software; you can redistribute it and/or modify
00008
# it under the terms of the GNU General Public License as published by
00009
# the Free Software Foundation; either version 2 of the License, or
00010
# (at your option) any later version.
00011
#
00012
# This program is distributed in the hope that it will be useful,
00013
# but WITHOUT ANY WARRANTY; without even the implied warranty of
00014
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00015
# GNU General Public License for more details.
00016
#
00017
# You should have received a copy of the GNU General Public License along
00018
# with this program; if not, write to the Free Software Foundation, Inc.,
00019
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00020
# http://www.gnu.org/copyleft/gpl.html
00021
00022 function
wfSpecialSearch( $par ) {
00023 global $wgOutput;
00024
wfSearch( $par );
00025 }
00026
00027
# Hey, it could be worse. It could be /bin/true on Solaris!
00028
00029 ?>
Generated on Tue Jun 29 23:40:07 2004 for Mediawiki by
1.3.7