]> git.p6c8.net - jirafeau.git/commit
[BUGFIX] Remove redundant style fallback
authorDan Untenzu <untenzu@webit.de>
Wed, 18 Jan 2017 16:56:49 +0000 (17:56 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:19 +0000 (18:34 +0100)
commit018ba3679fc49991424c49cd60615b37de850447
tree90a0a9c5bad4e90dfb9ab7d995d63a5653e3c8ef
parent75f4119aba4c074acc8f83b82eb3be94ace4aeca
[BUGFIX] Remove redundant style fallback

Remove condition for an existing theme,
since a default configuration is always set.

Even if this would not be the case, would
the current fallback try to load a non-existing
theme called "default".

So remove this whole block.
lib/template/header.php

patrick-canterino.de