diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-10 21:29:54 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-08-10 21:29:54 +0200 |
commit | af5ffca855baa020359254d88d2aacc3f04cc947 (patch) | |
tree | 77ad39f79bae5aea324fb21d969a7be5e76d8cda /index.php | |
parent | bed7184fbbe63aec30add514b7f9f451dc93d91a (diff) |
Fix typo.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ final class LookingGlass { if ($this->frontpage['bootstrap_theme']) { print '<link href="libs/bootstrap-3.2.0/css/bootstrap-theme.min.css" rel="stylesheet" />'; } - if ($this->frontpage['custom_boostrap_theme']) { + if ($this->frontpage['custom_bootstrap_theme']) { print '<link href="'.$this->frontpage['custom_bootstrap_theme'].'" rel="stylesheet" />'; } print '<link href="'.$this->frontpage['css'].'" rel="stylesheet" />'; |