<?php /************* Recipe *****************************/ /* Released by AwesomePHP.com, under the GPL License, a copy of it should be attached to the zip file, or you can view it on http://AwesomePHP.com/gpl.txt */ /************* Recipe *****************************/ // Site Name $SITE_NAME = 'Recipe Website'; // Site URL $SITE_URL = 'http://localhost/ap/Work/Recipes/'; /* Meta Tags Information */ $META_TITLE = 'Recipe Websites, Over 38,000 Recipes'; $META_KEYS = 'Cooking, Recipe, Recipes, Dinning, Cook, Cheese, Ice Cream, Desserts'; $META_DESCRIPTION = 'Recipe Website provide the largest recipe database on the internet.'; // Admin Email $ADMIN_EMAIL = 'hide@address.com'; // Ad page 468x60 $ADS_PAGE = 'ads_show.php'; // Ad Page 720x90 $ADS_PAGE_XL = 'ads_show_xl.php'; // Page Width $PAGE_WIDTH = '790'; // Display per page (Recipes per page) $display_limit = '10'; // Columns (categories per ine) $table_cloumns = 3; ?>