web manifest tweaks and .latte structure
This commit is contained in:
parent
4bfc4c9434
commit
1176bc35fe
34 changed files with 3 additions and 3 deletions
|
|
@ -22,6 +22,6 @@ class Misc {
|
|||
* Returns absolute path for view
|
||||
*/
|
||||
static public function getView(string $template): string {
|
||||
return __DIR__ . "/../../views/{$template}.latte";
|
||||
return __DIR__ . "/../../templates/views/{$template}.latte";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue