Fix partials path
This commit is contained in:
@@ -65,7 +65,6 @@ $pageTitle = "Space UI – $section / $sub";
|
|||||||
// Admin demo (set to true to see footer admin link)
|
// Admin demo (set to true to see footer admin link)
|
||||||
$isAdmin = false;
|
$isAdmin = false;
|
||||||
$partialsPath = __DIR__ . '/../src/partials';
|
$partialsPath = __DIR__ . '/../src/partials';
|
||||||
$partialsPath = __DIR__ . '/../src/partials';
|
|
||||||
?>
|
?>
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="de"
|
<html lang="de"
|
||||||
|
|||||||
Reference in New Issue
Block a user