PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Ryan Christenson   HLogoZ Lite   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: Configuration
Class: HLogoZ Lite
Display different logos according to current date
Author: By
Last change:
Date: 14 years ago
Size: 210 bytes
 

Contents

Class file image Download
<?php
// URL to HLogoZ Logo Folder
$url = "http://www.site.com/hlogoz/logos/";
// Path to HLogoZ Logo Folder (Only change if you moved or changed the name of the logos folder)
$path = "hlogoz/logos/";
?>