Add javascript version #4

This commit is contained in:
Lucian I. Last
2018-11-17 14:01:34 +01:00
parent 2b32d670ca
commit 3e62f5b8d5
3 changed files with 83 additions and 8 deletions

View File

@ -22,7 +22,7 @@
<!-- end Fork me on GitHub -->
<div id="wrapper">
<div class="itemlist">
<div id="itemlist">
<?php
foreach ($config['items'] as $i => $item) {
echo '<a href="'.$item['link'].'" title="'.$item['alt'].'"><i class="'.$item['icon'].' fa-fw"></i></a>';