// 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');
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', 'faqdesk_index.php');
define('CONTENT_FAQDESK_SEARCH_RESULT', 'faqdesk_search_result');
define('FILENAME_FAQDESK_SEARCH_RESULT', CONTENT_FAQDESK_SEARCH_RESULT . '.php');
?>
birds calls - Quelle est Belle Company - bird call and birds - aventure nature - birds calls - Educational Toys -
Le Palais de la découverte
Muséum National d'Histoire Naturelle
Quelle est Belle Company est adhérente aux Ateliers d'art
Easter! We ensure shipments until april 8 ! They will start again from april 24... Your orders continue during this time to be registered
Quelle est Belle Company will be closed from August 15 to 31 and the last orders will be sent on August 14 at 10:00 a.m.
We wish you a good summer !
SPEAK WITHTHE BIRDS
Based on the use of bird-calls our educative toys are unique worldwide and allow one to learn to recognise birds by their song, to communicate with them, discover and observe them... For a quarter of a century we have been inventing, producing and diffusing educative games for pleasure and because we feel that one must "know nature better so as better to protect it". Slowly and conscientiously created, made of choice materials following craftsmen's methods, our bird-calls can imitate almost fifty different species of birds. Individual boxes, boxed sets, the bird-call guide, the recordings of everyday birds, etc. make of our collection a complete unit which is described in the pages which follow. We have put our whole heart into the conception of our nature toys and we hope that those who handle them will use them to good intent. Moreover we retain the right to refuse to supply people who cannot fully guarantee their respect for nature. Now that everything has been said, we are here to listen to you, at your disposal.