non security modules update

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-20 16:32:07 +02:00
parent 6a8d30db08
commit 37fbabab56
466 changed files with 32690 additions and 9652 deletions

View File

@@ -1,10 +1,14 @@
<?php
/**
* @file
* Template to control the add content individual links in the add content modal.
*/
?>
<div class="content-type-button clearfix">
<?php print $image_button; ?>
<div><?php print $text_button; ?></div>
</div>
<?php
/**
* @file
* Template to control the add content individual links in the add content modal.
*/
?>
<div class="content-type-button clearfix">
<?php if (isset($icon_text_button)): ?>
<?php print $icon_text_button; ?>
<?php else: ?>
<?php print $image_button; ?>
<div><?php print $text_button; ?></div>
<?php endif; ?>
</div>