kirby = kirby::instance(); if(is_a($path, 'Media')) { parent::__construct($path->root(), $path->url()); } else { parent::__construct( url::isAbsolute($path) ? null : $this->kirby->roots()->index() . DS . ltrim($path, DS), url::makeAbsolute($path) ); } } }