Ejemplo n.º 1
0
        }
        ?>
			<?php 
    }
    ?>
		</ul>
		<?php 
    echo DFD_Carousel::controls();
    ?>
	</div>
	<?php 
} else {
    ?>
		<p class="text-bold text-center">
			<?php 
    echo $twitter->getError()->message;
    ?>
		</p>
	<?php 
}
?>
</div>

<?php 
if (!$twitter->hasError() && !empty($tweets)) {
    ?>
<script type="text/javascript">
jQuery(document).ready(function ($) {

	$('#<?php 
    echo $twitter_uniqid;