Login   Register  
PHP Classes
elePHPant
Icontem

File: setup/global_options.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Manuel Lemos  >  Ezmlm mailing list manager class  >  setup/global_options.php  >  Download  
File: setup/global_options.php
Role: Configuration script
Content type: text/plain
Description: Definitions of the application global options
Class: Ezmlm mailing list manager class
Web interface to manage ezmlm mailing lists.
Author: By
Last change:
Date: 2001-03-05 01:05
Size: 576 bytes
 

Contents

Class file image Download
<?php

$global_options
=array(
 
"debug"=>0,
 
"locale"=>"en",
 
"contact_address"=>"mlemos@acm.org",
 
"system_name"=>"EZMLM",
 
"idioms"=>array(
  
"en"=>"English",
  
"pt"=>"Português",
  
"pt_br"=>"Português do Brasil"
 
),
 
"logo_image"=>"",
 
"background_color"=>"#D4D5EE",
 
"list_odd_rows_color"=>"#DEDFF9",
 
"list_even_rows_color"=>"#C9CAF2",
 
"list_table_border"=>0,
 
"warning_color"=>"#FF8000",
 
"tables_color"=>"#C0C0C0",
 
"menu_rows_limit"=>10,
 
"ezmlm_user"=>"newsletters",
 
"ezmlm_user_home"=>"/home/newsletters",
 
"ezmlm_hosts"=>array(
 ),
 
"ezmlm_path"=>"/usr/bin"
);

?>