summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/Model/Template.php
diff options
context:
space:
mode:
authorGravatar Christian Weiske2011-05-25 19:43:36 +0200
committerGravatar Christian Weiske2011-05-25 19:43:36 +0200
commit5ba53394fcda4ae9cfa9af52b37fb67517deeb5a (patch)
tree4416be7903a2b339382e9f933284f50797edc239 /src/SemanticScuttle/Model/Template.php
parent63b0a4b8cb38a8a7c41410900b9dfcc84e6a33a9 (diff)
downloadscuttle-5ba53394fcda4ae9cfa9af52b37fb67517deeb5a.tar.gz
scuttle-5ba53394fcda4ae9cfa9af52b37fb67517deeb5a.zip
implement request #1989987: theme support. merge themes branch with --squash
Diffstat (limited to 'src/SemanticScuttle/Model/Template.php')
-rw-r--r--src/SemanticScuttle/Model/Template.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SemanticScuttle/Model/Template.php b/src/SemanticScuttle/Model/Template.php
index ff5fbbe..234e23f 100644
--- a/src/SemanticScuttle/Model/Template.php
+++ b/src/SemanticScuttle/Model/Template.php
@@ -76,6 +76,9 @@ class SemanticScuttle_Model_Template
* Sets variables and includes the template file,
* causing it to be rendered.
*
+ * Does not take care of themes and so.
+ * The include path must be set so the correct theme is used.
+ *
* @return void
*/
public function parse()