diff options
author | Lucian I. Last <li@last.nl> | 2018-11-17 14:01:34 +0100 |
---|---|---|
committer | Lucian I. Last <li@last.nl> | 2018-11-17 14:01:34 +0100 |
commit | 3e62f5b8d542df8492ce70765007cf265ffa5e23 (patch) | |
tree | feb7cafdad3e9a489fcbd624c5ff15a034e41d19 /index.php | |
parent | 2b32d670cac8066a0cb482fde36df3bb90281e5b (diff) | |
download | simple-dash-fork-3e62f5b8d542df8492ce70765007cf265ffa5e23.zip |
Add javascript version #4
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>'; |