// define the filenames used in the project
// BEGIN newdesk
define('FILENAME_NEWSDESK_REVIEWS_WRITE', 'newsdesk_reviews_write.php');
define('FILENAME_NEWSDESK_REVIEWS_INFO', 'newsdesk_reviews_info.php');
define('FILENAME_NEWSDESK_REVIEWS_ARTICLE', 'newsdesk_reviews_article.php');
define('FILENAME_NEWSDESK_INFO', 'newsdesk_info.php');
define('FILENAME_NEWSDESK_INDEX', 'newsdesk_index.php');
define('FILENAME_NEWSDESK', 'newsdesk.php');
define('FILENAME_NEWSDESK_LISTING', 'newsdesk_listing.php');
define('FILENAME_NEWSDESK_LATEST', 'newsdesk_latest.php');
define('FILENAME_NEWSDESK_REVIEWS', 'newsdesk_reviews.php');
define('FILENAME_NEWSDESK_ARTICLE_REQUIRE', DIR_WS_INCLUDES . 'modules/newsdesk/newsdesk_article_require.php');
define('DIR_WS_RSS', DIR_WS_INCLUDES . 'modules/newsdesk/rss/');
//define('FILENAME_NEWSDESK_STICKY', 'newsdesk_sticky.php');
// END newsdesk
// BEGIN newdesk
define('TABLE_NEWSDESK', 'newsdesk');
define('TABLE_NEWSDESK_DESCRIPTION', 'newsdesk_description');
define('TABLE_NEWSDESK_TO_CATEGORIES', 'newsdesk_to_categories');
define('TABLE_NEWSDESK_CATEGORIES', 'newsdesk_categories');
define('TABLE_NEWSDESK_CATEGORIES_DESCRIPTION', 'newsdesk_categories_description');
define('TABLE_NEWSDESK_CONFIGURATION', 'newsdesk_configuration');
define('TABLE_NEWSDESK_CONFIGURATION_GROUP', 'newsdesk_configuration_group');
define('TABLE_NEWSDESK_REVIEWS', 'newsdesk_reviews');
define('TABLE_NEWSDESK_REVIEWS_DESCRIPTION', 'newsdesk_reviews_description');
// END newsdesk
define('CONTENT_NEWSDESK_REVIEWS_WRITE', 'newsdesk_reviews_write');
define('FILENAME_NEWSDESK_REVIEWS_WRITE', CONTENT_NEWSDESK_REVIEWS_WRITE . '.php');
define('CONTENT_NEWSDESK_REVIEWS_INFO', 'newsdesk_reviews_info');
define('FILENAME_NEWSDESK_REVIEWS_INFO', CONTENT_NEWSDESK_REVIEWS_INFO . '.php');
define('CONTENT_NEWSDESK_REVIEWS_ARTICLE', 'newsdesk_reviews_article');
define('FILENAME_NEWSDESK_REVIEWS_ARTICLE', CONTENT_NEWSDESK_REVIEWS_ARTICLE . '.php');
define('CONTENT_NEWSDESK_INFO', 'newsdesk_info');
define('FILENAME_NEWSDESK_INFO', CONTENT_NEWSDESK_INFO . '.php');
define('CONTENT_NEWSDESK_INDEX', 'newsdesk_index');
define('FILENAME_NEWSDESK_INDEX', CONTENT_NEWSDESK_INDEX . '.php');
/*
osCommerce, Open Source E-Commerce Solutions ---- http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
IMPORTANT NOTE:
This script is not part of the official osC distribution but an add-on contributed to the osC community.
Please read the NOTE and INSTALL documents that are provided with this file for further information and installation notes.
script name: NewsDesk
version: 1.4.5
date: 2003-08-31
author: Carsten aka moyashi
web site: www..com
*/
?>
// define the filenames used in the project
// BEGIN faqdesk
define('FILENAME_FAQDESK_INFO', 'faqdesk_info.php');
define('FILENAME_FAQDESK_INDEX', 'faqdesk_index.php');
//define('FILENAME_FAQDESK_SEARCH', 'faqdesk_search.php');
define('FILENAME_FAQDESK_SEARCH_RESULT', 'faqdesk_search_result.php');
define('FILENAME_FAQDESK_LATEST', 'faqdesk_latest.php');
define('FILENAME_FAQDESK_REVIEWS_ARTICLE', 'faqdesk_reviews_article.php');
define('FILENAME_FAQDESK_REVIEWS_INFO', 'faqdesk_reviews_info.php');
define('FILENAME_FAQDESK_REVIEWS_WRITE', 'faqdesk_reviews_write.php');
define('FILENAME_FAQDESK_REVIEWS', 'faqdesk_reviews.php');
define('FILENAME_FAQDESK', 'faqdesk/faqdesk.php');
define('FILENAME_FAQDESK_LISTING','faqdesk/faqdesk_listing.php');
define('FILENAME_FAQDESK_SHOW', DIR_WS_INCLUDES . 'modules/faqdesk/faqdesk_show.php');
define('FILENAME_FAQDESK_ARTICLE_REQUIRE', DIR_WS_INCLUDES . 'modules/faqdesk/faqdesk_article_require.php');
define('FILENAME_FAQDESK_STICKY', 'faqdesk/faqdesk_sticky.php');
define('DIR_WS_RSS', DIR_WS_INCLUDES . 'modules/faqdesk/rss/');
// END faqdesk
// BEGIN faqdesk
define('TABLE_FAQDESK', 'faqdesk');
define('TABLE_FAQDESK_DESCRIPTION', 'faqdesk_description');
define('TABLE_FAQDESK_TO_CATEGORIES', 'faqdesk_to_categories');
define('TABLE_FAQDESK_CATEGORIES', 'faqdesk_categories');
define('TABLE_FAQDESK_CATEGORIES_DESCRIPTION', 'faqdesk_categories_description');
define('TABLE_FAQDESK_CONFIGURATION', 'faqdesk_configuration');
define('TABLE_FAQDESK_CONFIGURATION_GROUP', 'faqdesk_configuration_group');
define('TABLE_FAQDESK_REVIEWS', 'faqdesk_reviews');
define('TABLE_FAQDESK_REVIEWS_DESCRIPTION', 'faqdesk_reviews_description');
// END faqdesk
define('CONTENT_FAQDESK_REVIEWS_WRITE', 'faqdesk_reviews_write');
define('FILENAME_FAQDESK_REVIEWS_WRITE', CONTENT_FAQDESK_REVIEWS_WRITE . '.php');
define('CONTENT_FAQDESK_REVIEWS_INFO', 'faqdesk_reviews_info');
define('FILENAME_FAQDESK_REVIEWS_INFO', CONTENT_FAQDESK_REVIEWS_INFO . '.php');
define('CONTENT_FAQDESK_REVIEWS_ARTICLE', 'faqdesk_reviews_article');
define('FILENAME_FAQDESK_REVIEWS_ARTICLE', CONTENT_FAQDESK_REVIEWS_ARTICLE . '.php');
define('CONTENT_FAQDESK_INFO', 'faqdesk_info');
define('FILENAME_FAQDESK_INFO', CONTENT_FAQDESK_INFO . '.php');
define('CONTENT_FAQDESK_INDEX', 'faqdesk_index');
define('FILENAME_FAQDESK_INDEX', CONTENT_FAQDESK_INDEX . '.php');
define('CONTENT_FAQDESK_SEARCH_RESULT', 'faqdesk_search_result');
define('FILENAME_FAQDESK_SEARCH_RESULT', CONTENT_FAQDESK_SEARCH_RESULT . '.php');
/*
osCommerce, Open Source E-Commerce Solutions ---- http://www.oscommerce.com
Copyright (c) 2002 osCommerce
Released under the GNU General Public License
IMPORTANT NOTE:
This script is not part of the official osC distribution but an add-on contributed to the osC community.
Please read the NOTE and INSTALL documents that are provided with this file for further information and installation notes.
script name: FaqDesk
version: 1.2.5
date: 2003-09-01
author: Carsten aka moyashi
web site: www..com
*/
?>
birds calls - Quelle est Belle Company - bird call and birds - aventure nature - birds calls - Educational Toys - ...Boxes set
For those who wish to find several bird-calls together, our "BIRDS" exist in set of boxes of 3, 4, 6 and 12 nests. The tips are provided in each package. The box, made of wood, is mounted piece by piece by a carpenter who loves his job. The name of the bird is printed at the bottom of each box, the word "BIRDS" appears on the cover.
All is yours ... You use it for your pleasure, And for the children who love nature. ATTENTION-nature lovers.
Duo - Mes anges
💙
BLUETIT - GREAT TIT
A small dream box, to talk with our friends the tits, of all feathers! Because, do you know? Birds are angels... But be discreet, it's a secret!
A duo as simple as a good day and easy to play!
The two calls are to be handled, gently and musically, a real pleasure to listen to as well as to play, for children at the party, or to find their child's heart ...
Do not hesitate to give them to (you): they are simply adorable!
AMERICAN ROBIN - WOOD WARBLERS - DUCK MALLARD - NUTHATCHES - BLACK CAPPED CHICKADEE - BLACK BILLED CUCKOO - BARN OWL - GULLS - AMERICAN GOLDFINCH - MOURNING DOVE - BARN SWALLOW - COMMON GALLINULE
AMERICAN ROBIN - WOOD WARBLERS - DUCK MALLARD - NUTHATCHES - BLACK CAPPED CHICKADEE - BLACK BILLED CUCKOO - BARN OWL - GULLS - AMERICAN GOLDFINCH - MOURNING DOVE - BARN SWALLOW - COMMON GALLINULE