mirror of
https://github.com/php/web-php.git
synced 2026-03-24 07:12:16 +01:00
20 lines
328 B
C++
20 lines
328 B
C++
<?php // -*- C++ -*-
|
|
/* $Id$ */
|
|
|
|
require_once 'site.inc';
|
|
require_once 'layout.inc';
|
|
|
|
|
|
if($SCRIPT_NAME=="/bugs.php" || $SCRIPT_NAME=="/bugstats.php") {
|
|
# $my_logo="/jpgs/logo-bug.jpg";
|
|
$my_logo="/gifs/logo-bug.gif";
|
|
$my_size="WIDTH=130 HEIGHT=67";
|
|
} else {
|
|
$my_logo="/gifs/logo.gif";
|
|
$my_size="WIDTH=130 HEIGHT=67";
|
|
}
|
|
|
|
|
|
|
|
?>
|