Example #1
0
        echo $u['username'];
        ?>
">Deny</a>
			</span></p>
			<p class="meta">
				<?php 
        if (!empty($u['location'])) {
            echo $u['location'] . "<br/>";
        }
        ?>
				Followers 
				<?php 
        echo count($u['followers']) != 0 ? '<a href="/followers/' . $u['username'] . '">' . count($u['followers']) . '</a>' : 0;
        ?>
				| Following 
				<?php 
        echo count($u['followers']) != 0 ? '<a href="/following/' . $u['username'] . '">' . count($u['following']) . '</a>' : 0;
        ?>
			</p>
			<div class="clear"></div>
		</div>
	<?php 
    }
    ?>
	</div>
    <?php 
    echo Page::links($html);
}
?>
</div>