1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00
Oinktube/plugin/ADs/navBarButtons.php

18 lines
No EOL
517 B
PHP

<?php
if (ADs::canHaveCustomAds()) {
?>
<li>
<div>
<a href="#"
class="btn btn-default btn-block"
style="border-radius: 0;"
onclick="avideoModalIframeFull(webSiteRootURL+'plugin/ADs/editor.php?customAds=1');return false;">
<i class="fas fa-image"></i>
<span class="menuLabel">
<?php echo __('Custom ADs'); ?>
</span>
</a>
</div>
</li>
<?php
}