Example #1
0
</span> point<?php 
                    echo get_plural($row->total);
                } else {
                    $points = get_score($row->username);
                    ?>
									<span class="number"><?php 
                    echo $points;
                    ?>
</span> point<?php 
                    echo get_plural($points);
                }
                ?>
								</li>
								<li class="fourth_column center">
									<?php 
                echo get_follow($username, $row->username);
                if ($body_title == 'Leaderboard' && $username == $row->username) {
                    ?>
									<a href="http://twitter.com/?status=I'm the <?php 
                    echo add_suffix($rank);
                    ?>
 overall in OneExtraLap!">Tweet about your rank.</a>
<?php 
                }
                ?>
								</li>
							</ul>
							<div class="clear"></div>
<?php 
            }
            if ($content_type == 'find') {
Example #2
0
							<div class="left">
								<?php 
        echo get_avatar($userid, 'big');
        ?>
							</div>
							<div class="right">
								<h1><?php 
        echo get_fullname($userid, FALSE);
        ?>
</h1>
								<h2>@<?php 
        echo $userid;
        ?>
</h2>
								<?php 
        echo get_follow($username, $userid);
        ?>
							</div>
							<div class="clear"></div>
						</div>
<?php 
        if ($this->config->item('enable_follow') !== FALSE) {
            ?>
						<div class="stats">
							<ul>
								<li>
									<a href="/<?php 
            echo $userid;
            ?>
">
										<b><?php