Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2010-01-24 08:51
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/";
?>