<small><?php 
echo $dataStore->getVar('misc', 'currentVersion');
?>
</small>
      &#xFF0F; <a href="//juraji.nl" target="_blank">juraji</a> &copy;<?php 
echo date('Y');
?>
      &#xFF0F; Compatible with <a href="//www.phantombot.net/"
                                  target="_blank">PhantomBot <?php 
echo $dataStore->getVar('misc', 'pbCompat');
?>
</a>
    </div>
  </div>
</div>
<div id="chat-sidebar" class="chat-responsive">
  <iframe id="chat-iframe" src="" scrolling="no"></iframe>
</div>
<div id="general-alert" class="alert"></div>
<div id="music-player-controls">
  <?php 
require_once \PBPanel\AppLoader::getBaseDir() . '/app/parts/static/music-player-controls.php';
?>
</div>
<?php 
echo $templates->sideTab('Twitch Preview', 'http://www.twitch.tv/' . strtolower($dataStore->getVar('connector', 'channelOwner')) . '/embed', 'fa-video-camera');
echo $templates->sideTab('Music Player', 'pops/music-player.php?botControl=true', 'fa-music', true);
?>
</body>
</html>