Skip to content

Commit 9340050

Browse files
committed
thusfar
1 parent 6b5c660 commit 9340050

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Nether/Surface/Engine.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,13 @@ public function
350350
return sprintf('%s/%s/design.php', $this->ThemeRoot, $Theme);
351351
}
352352

353+
public function
354+
GetPathToDesignTemplate(string $Theme='default'):
355+
string {
356+
357+
return sprintf('%s/%s/design.phtml', $this->ThemeRoot, $Theme);
358+
}
359+
353360
public function
354361
GetPathToArea(string $Filename, string $Theme='default'):
355362
string {

0 commit comments

Comments
 (0)