Moves thumbTypes to config.js.

This commit is contained in:
Lars Jung 2012-02-16 00:34:55 +01:00
parent 9f10e92175
commit ba3e61c1d0
7 changed files with 25 additions and 22 deletions

View file

@ -11,7 +11,7 @@ class Crumb {
$this->parts = array();
$href = $h5ai->getAbsHref();
while ($href !== "/" && $href !== "//") {
while ($href !== "/") {
$this->parts[] = $href;
$href = safe_dirname($href, true);
}