Current File : /home/pacjaorg/public_html/dnpsom/modules/mod_sp_tweet/tmpl/bubble.php
<?php
/*
# mod_sp_tweet - Twitter Module by JoomShaper.com
# -----------------------------------------------
# Author    JoomShaper http://www.joomshaper.com
# Copyright (C) 2010 - 2021 JoomShaper.com. All Rights Reserved.
# license - GNU/GPL V2 or Later
# Websites: http://www.joomshaper.com
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );

use Joomla\CMS\Language\Text;
?>

<div class="sp-tweet">
	 <?php foreach($data as $i=>$value) { ?>
		<div class="sp-tweet-bubble" style="width:<?php echo round(100/count($data))?>%">
			<div class="bubble-tl">
				<div class="bubble-tr">
					<div class="bubble-tm">
					</div>
				</div>
			</div>
		
			<div class="bubble-l">
				<div class="bubble-r">
					<div class="bubble-m">
						<?php echo $value['text'] ?>
					</div>
				</div>
			</div>
			
			<div class="bubble-bl">
				<div class="bubble-br">
					<div class="bubble-bm">
					</div>
				</div>
			</div>
			<div class="sp-tweet-clr"></div>
			<div class="tweet-user-info">
				<?php if ($linked_avatar) { ?>
					<a target="<?php echo $target ?>" href="http://twitter.com/<?php echo $value['user']['screen_name'] ?>"><img class="tweet-avatar" src="<?php echo $value['user']['profile_image_url'] ?>" alt="<?php echo $value['user']['name'] ?>" title="<?php echo $value['user']['name'] ?>" width="<?php echo $avatar_width ?>" /></a>
				<?php } else { ?>
					<img class="tweet-avatar" src="<?php echo $value['user']['profile_image_url'] ?>" alt="<?php echo $value['user']['name'] ?>" title="<?php echo $value['user']['name'] ?>" width="<?php echo $avatar_width ?>" />
				<?php } ?>	
				<div class="author"><a target="<?php echo $target ?>" href="http://twitter.com/<?php echo $data[0]['user']['screen_name'] ?>"><?php echo $data[0]['user']['name'] ?></a></div>
					<?php if($tweet_time) { ?>
						<?php if ($tweet_time_linked) { ?>
							<div class="date"><a target="<?php echo $target ?>" href="http://twitter.com/<?php echo $value['user']['screen_name'] ?>/status/<?php 
							echo  $value['id_str'] ?>"><?php echo  Text::_('ABOUT') . '&nbsp;' . $helper->timeago( $value['created_at'] ) . '&nbsp;' . Text::_('AGO');    ?></a></div>	
							<?php } else { ?>	
							<div class="date"><?php echo $value['created_at'] ?></div>	
						<?php } ?>	
					<?php } ?>	
					<?php if($tweet_src) { ?>
						<div class="source"><?php echo Text::_('FROM') . ' ' . $value['source'] ?></div>
					<?php } ?>
			</div>	
		</div>
	<?php } ?>	
</div>
<div class="sp-tweet-clr"></div>
Site is undergoing maintenance

PACJA Events

Maintenance mode is on

Site will be available soon. Thank you for your patience!