<?php echo __("This page works only with MP4,MP3 and OGG-files, if you have or need any other format, try to install your own <a href='https://github.com/DanielnetoDotCom/YouPHPTube-Encoder' class='btn btn-warning btn-xs'>encoder</a> or use the <a href='https://encoder.youphptube.com/' class='btn btn-warning btn-xs'>public</a> one"); ?>
</h1>
</div>
<?php
if (!empty($global['videoStorageLimitMinutes'])) {
$secondsTotal = getMinutesTotalVideosLength();
?>
<div class="alert alert-warning"><?php printf(__("You have about %s minutes left of video storage!"), ($global['videoStorageLimitMinutes']-$secondsTotal)); ?></div>
<?php
}
?>
</div>
</div>
</div><!--/.container-->
<?php
include $global['systemRootPath'].'view/include/footer.php';