                                                                
<?php
//-->-->-->-->-->-->-->-->-->-->-->-->-->-->

//-- This file is supposed to contain global configuration variables for 
//-- the Retro system.

$WEBDOCUMENTROOT = "/home/waggacwc/public_html";
$LIBRARYPATH = "/home/waggacwc/public_html/refurb/product-data/lib";
$NOTEPADWEBFOLDER = "/refurb/manage/notepad";
$MANAGEMENTWEBFOLDER = "/refurb/manage";
$BACKUPFILEDIRECTORY = '/home/waggacwc/public_html/refurb/manage/old-data';
$ORGANISATIONNAME = 'PC-Recycle Center';
$DATAPATH = "/home/waggacwc/public_html/refurb/product-data";
$BACKUPZIPS = "/home/waggacwc/public_html/refurb";

$WEBROOT = "/home/waggacwc/public_html";
$TEMPLATEPATH = "$WEBROOT/refurb/html-templates";
$ERRORTEMPLATE = "$TEMPLATEPATH/error.html";
//$ADMINTEMPLATE = "$TEMPLATEPATH/admin.html";
$ADMINTEMPLATE = "$TEMPLATEPATH/abyss.html";
//$WEBPADTEMPLATE = "$TEMPLATEPATH/webpad.html";
$WEBPADTEMPLATE = "$TEMPLATEPATH/abyss.html";
$DOCUMENTTEMPLATE = "$TEMPLATEPATH/abyss.html";
$CWCTEMPLATE = "$TEMPLATEPATH/cwc.html";




$WEBPADWEBFOLDER = "/refurb/webpad";
$WEBPADFOLDER = "/home/waggacwc/public_html$WEBPADWEBFOLDER";

$GLOBALsWebDocumentRoot = "/home/waggacwc/public_html";
$GLOBALsLibraryPath = "/home/waggacwc/public_html/refurb/product-data/lib";
$GLOBALsNotepadWebFolder = "/home/waggacwc/public_html/refurb/manage/notepad";
$GLOBALsManagementWebFolder = "/refurb/manage";



//${S-RETROVOX-TITLE-IMAGE-HTML} = 
//     "<center>
//        <a href = 'http://www.retrovox.com.au/'><img  
//            src = '/Images/retrovox150.jpg' 
//            alt = 'home'  width = '150' height = '81'  
//          align = 'bottom'></a> 
//      </center>";

//--<--<--<--<--<--<--<--<--<--<--<--<--<--<
?>
                                                                