-
Notifications
You must be signed in to change notification settings - Fork 0
PHP
Marie-Louise edited this page Aug 20, 2018
·
46 revisions
] <ul class="nav-social__list">
<?php foreach($variables['social'] as $item): ?>
<li class="nav-social__list__item">
<a href="<?php print $item['url']; ?>"
title="Follow us on <?php print $item['title']; ?>"
class="nav-social__list__item__link nav-social__icon nav-social__icon--<?php print
$item['class_modifier']; ?>"><?php
** print "Wellcome on " . $item['title'];**
?></a>
</li>
<?php endforeach; ?>
</ul>