2 Commits
3.0 ... 3.0.1

Author SHA1 Message Date
User
bbaf319dc8 20240410#7 2024-04-10 03:27:21 +03:00
User
763228a883 20240410#6 2024-04-10 03:21:30 +03:00

View File

@@ -27,7 +27,7 @@ class Content implements TemplateInterface {
/** @inheritDoc */ /** @inheritDoc */
public function setSubtemplatePath(string $subtemplatePath = "") : TemplateInterface { public function setSubtemplatePath(string $subtemplatePath = "") : TemplateInterface {
ContentData::$subtemplatePath = ContentData::$basePath.$subtemplatePath; ContentData::$subtemplatePath = ContentData::$basePath.rtrim($subtemplatePath, '/');
return $this; return $this;
} }