# Librería para hacer encuestas (una más de tantas encuestass en PHP) # 2002-03-27 Sandino Araico Sánchez # Renamed poll-glue to poll-interface if(!defined('__H_POLL__')) { define('__H_POLL__',1); #------------------------------------------------------------------------------ include __HOPP_INCLUDE_PATH."poll/poll-core.inc"; include __HOPP_INCLUDE_PATH."poll/poll-interface.inc"; #------------------------------------------------------------------------------ if(!defined('__H_POLL_SPAN')) define('__H_POLL_SPAN',1); if(!defined('__H_POLL_SHOW_RESULTS')) define('__H_POLL_SHOW_RESULTS',1); #------------------------------------------------------------------------------ } //__H_POLL ?>