// 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
*/
?>
pájaros reclamos - Quelle est Belle Company - pájaros reclamos - experiencia de la naturaleza - pájaro reclamos
appeaux - OISEAUX protégées - Quelle est Belle Company
AVES
protegidas
Todas las rapaces diurnas y nocturnas sin excepción,
todas las aves de tamaño inferior al tordo y al mirlo
el mirlo capiblanco, el mirlo azul, el roquero rojo
el cuervo común, el tordo y la chova. Todos los picus (pito real, pito negro, pico picapinos, etc...)
el tuercecuellos, el cuco, el chotacabras, el abejarruco común, la abubilla, la oropéndola, la carraca
el sisón común y la grulla común. El alcaraván común y el rey de codornices,
el corredor y la ganga. Casi todos los urogallos.
Los colimbos y somormujos, el lavanco el porrón pardo y la serreta grande,
el ánsar nival, el ánsar careto chico, el ánsar piquicorto y todos los brantas.
Los cisnes, las gaviotas, los fumareles y los charranes, los petreles,
los puffines, los págalos y el fulmar. Los colmoranes y el alcatraz común,
los pingüinos, los araos, el mérgulo y el frailecillo,
el andarríos grande, andarríos chico, andarríos bastardo, el ibis y la espátula,
la avoceta, y la cigüeñela, las cigüeñas y el flamenco rosa, los burritos o gallinetas
y todos los escolopácidos (o casi). Todos las garzas incluida la garceta y los avetoros,
Los corredores y canasteras, la agachadiza real, el zarapito fino y el chorlito carambolo.
LA LOI PROTEGE TOUS CES OISEAUX
JE VOUS DEMANDE DE LES PROTEGER TOUS, CEUX-CI ET TOUS LES
AUTRES