#!/usr/bin/perl ############################################################### # Classified Ads ABS-6.01 # # Author: Bogdan P-o. # # Created 08/09/99 # # Available at http://www.ads-programming.com/ad601.html # # Copyright 1999-2000 Ads-Programming.Com All Rights Reserved.# ############################################################### # Set short name of category (not more 8 characters) # Short name must be the same as name of this .cgi file # e.g. file name is health.cgi, short name is health $catname="photo"; # Set up header and footer text for this category: $headtxt= <
Avian Network Photo Gallery
ABS-6.01 - Classified Ads
HTMLF $foottxt= " "; # Set up html header and footer for the second ad pages # (with datailed info and photos) $sphead=" second page header"; $spfoot=" second page footer"; ############################################################## # Names of perl libraries for Classified Ads # Set up libriary for specifying html layout of Classified Ads pages require "a601_photo.pl"; ############################################################## require "a601_cfg.pl"; require "a601_usr.pl"; &startsub;