diff options
author | Unknown <philipp_kutyla@gmx.de> | 2017-02-20 16:12:11 +0100 |
---|---|---|
committer | Unknown <philipp_kutyla@gmx.de> | 2017-02-20 16:12:11 +0100 |
commit | 97d25e26796593c4ed60b53cb5a5a72829779e43 (patch) | |
tree | c14471d848d6526aa7dcac64da92f46f4494b16f /index.php | |
parent | 76dd64f9f29ddc13ef034f73bccad4e6121d8e24 (diff) | |
download | simple-dash-fork-97d25e26796593c4ed60b53cb5a5a72829779e43.zip |
Link Menu doesn't stop instantly
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,14 +38,14 @@ <div id="links-wrap" class="menu-item bg"> <?php - echo '<center>'; + echo '<center><p>'; foreach ($config['items'] as $i => $item) { $icon = $item['icon']; $link = str_replace("{{cur}}", get_current_url(), $item['link']); echo '<a href="' . $link . '" title="' . $item['alt'] . '"><i class="fa ' . $icon . ' fa-fw"></i></a>'; } - echo '</center>'; + echo '</p></center>'; ?> </div> |