site-accueil-insa/includes/main_button_template.php
2018-07-06 19:34:49 +02:00

9 lines
No EOL
296 B
PHP
Executable file

<a title="<?php echo $text ?>" class="main-link" href="<?php echo $link ?>">
<span class="main-logo">
<?php if ($is_image == false): ?>
<i class="<?php echo $icon ?>"></i>
<?php else: ?>
<img src="<?php echo $icon ?>"/>
<?php endif; ?>
</span>
</a>