PHP Classes

File: templates/summer/out_html.php

Recommend this page to a friend!
  Classes of Axel Hahn   Pimped Apache Status   templates/summer/out_html.php   Download  
File: templates/summer/out_html.php
Role: Example script
Content type: text/plain
Description: Sample output
Class: Pimped Apache Status
Display the requests handled by an Apache server
Author: By
Last change:
Date: 8 years ago
Size: 308 bytes
 

Contents

Class file image Download
<?php
/*
 * PIMPED APACHE-STATUS
 * SKIN SUMMER
 *
 * It includes the default template and uses its own CSS file.
 */

include (dirname(__DIR__).'/default/out_html.php');
$sHeader=str_replace('default/style.css', basename(__DIR__).'/style.css', $oPage->getHeader());
$oPage->setHeader($sHeader);