Example #1
0
<?php

if (!defined("MAIN_ROOT")) {
    exit;
}
global $pluginObj;
$twitchObj = new Twitch($mysqli);
$pluginInfo = $pluginObj->get_info_filtered();
?>

<div class='streamPageContainer'>

<?php 
$totalTwitchUsers = $twitchObj->displayAllMemberCards();
if ($totalTwitchUsers == 0) {
    echo "\n\t\t\t\n\t\t\t<div class='shadedBox' style='margin: 20px auto; width: 45%'>\n\t\t\t\n\t\t\t\t<p align='center' class='main'>\n\t\t\t\t\t<i>There are currently no Twitch users!</i> \n\t\t\t\t</p>\n\t\t\t\n\t\t\t</div>\n\t\t\n\t\t";
}
?>

</div>