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)
|
||||
$isAdmin = false;
|
||||
$partialsPath = __DIR__ . '/../src/partials';
|
||||
$partialsPath = __DIR__ . '/../src/partials';
|
||||
?>
|
||||
<!doctype html>
|
||||
<html lang="de"
|
||||
|
||||
Reference in New Issue
Block a user