# -------------
# Links
# -------------
# Links Template Manager
#
# File: templates.cfg
# Description: Contains all the setup variables.
# Author: Nicholas Clark
# Email: ceglobe@ceglobe.com
# Web: http://www.ceglobe.com/
# Version: 2.0b5
#
# Uses Links 2.0 by,
# (c) 1998 Gossamer Threads Inc.
#
# This script is not freeware! Please read the README for full details
# on registration and terms of use.
# =====================================================================
# Stuff that will change the look of all the pages
$build_site_title = 'CEGlobe Templates';
# Originally a teal color
$color1 = '#a0b8c8';
# Originally a yellow color. Seen on home page.
$color2 = '#ffffcc';
# Originally a gray color. Background for news and features on home page.
$color3 = '#dcdcdc';
# Originally a light gray color. Used as background for the Site Menu on the pages except home.
$color4 = '#EEEEEE';
# Originally a dark gray color. Border around the site menu.
$color5 = '#808080';
# Originally a semi-light gray color. Border around the special links table.
$color6 = '#cccc99';
# Originally a khaki color. Right on top of the special links table.
$color7 = '#cccccc';
# Goes on the right of every page but home page. Links to special pages on your site
$special1 = 'Special Links Go Here';
$special_url1 = 'http://www.ceglobe.com';
$special2 = 'Special Links Go Here';
$special_url2 = 'http://www.ceglobe.com';
$special3 = 'Special Links Go Here';
$special_url3 = 'http://www.ceglobe.com';
$special4 = 'Special Links Go Here';
$special_url4 = 'http://www.ceglobe.com';
# Logos - Logob is on the homepage, logos is the small logo on the top left of every other page
$logob = 'http://www.ceglobe.com/templates/yahoo.jpg';
$logos = 'http://us.yimg.com/images/yahoo.gif';
# Near the bottom on all the pages but the home page
$event = 'Special Event';
$event_desc = 'Special event description goes here!';
$event_url = 'http://www.ceglobe.com';
# Goes on the bottom of all pages
$copyright = 'Your copyright information goes here!
This script was made by Gossamer-Threads
CEGlobe has modified it so that you can customize the whole site with one file!';
# Right Column on the Home Page
$news1 = 'News Story Here';
$news_url1 = 'http://www.ceglobe.com';
$news2 = 'News Story Here';
$news_url2 = 'http://www.ceglobe.com';
$news3 = 'News Story Here';
$news_url3 = 'http://www.ceglobe.com';
$news4 = 'News Story Here';
$news_url4 = 'http://www.ceglobe.com';
$news_more = 'more...';
$news_more_url = 'http://www.ceglobe.com';
# Right Column on the Home Page - Under News Stories
$feature1 = 'Extra Feature 1';
$feature_url1 = 'http://www.ceglobe.com';
$feature_desc1 = ' - Extra Feature description';
$feature2 = 'Extra Feature 2';
$feature_url2 = 'http://www.ceglobe.com';
$feature_desc2 = ' - Extra Feature description';
$feature3 = 'Extra Feature 3';
$feature_url3 = 'http://www.ceglobe.com';
$feature_desc3 = ' - Extra Feature description';
$feature4 = 'Extra Feature 4';
$feature_url4 = 'http://www.ceglobe.com';
$feature_desc4 = ' - Extra Feature description';
$feature_more = 'more...';
$feature_more_url = 'http://www.ceglobe.com';
#Top of Home Page
$highlight1 = 'Highlighted 1';
$highlight_url1 = 'http://www.ceglobe.com';
$highlight_desc1 = 'Link to site';
$highlight2 = 'Highlighted 2';
$highlight_url2 = 'http://www.ceglobe.com';
$highlight_desc2 = 'Link to site';
1;