Current Path : /var/www/html/wp-content/themes/church-event/templates/widgets/front/ |
Current File : /var/www/html/wp-content/themes/church-event/templates/widgets/front/flickr.php |
<?php if ( !empty( $flickr_id ) ): echo $before_widget; if($title) echo $before_title . $title . $after_title; ?> <div class="flickr_wrap clearfix"> <script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=<?php echo $count; ?>&display=<?php echo $display; ?>&size=s&layout=x&source=<?php echo $type;?>&<?php echo $type;?>=<?php echo $flickr_id; ?>"></script> </div> <?php echo $after_widget; endif;