Descargar gratis PDF

Anuncio
....................................................................................................................... 3
........................................................................................... 3
................................................................................................................. 4
....................................................................................................... 5
................................................................................. 5
........................................................................................................ 6
/ * background-color: #ffffff; * /
background-color: #ffffff;
<?php if (function_exists('get_pollquestions')): ?>
<?php get_pollquestions(); ?>
<?php endif; ?>
<?php if (function_exists('get_pollanswers')):
?>
<?php get_pollanswers(); ?>
<?php endif; ?>
<?php if (function_exists('get_pollvotes')): ?>
<?php get_pollvotes(); ?>
<?php endif; ?>
<?php if (function_exists('get_pollvoters')):
?>
<?php get_pollvoters(); ?>
<?php endif; ?>
Descargar