aboutsummaryrefslogtreecommitdiff
path: root/src/SemanticScuttle
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-25 06:55:16 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-25 06:55:16 +0200
commit1c180e28ffe223c8cdff7e9bb7ec237cded48ef4 (patch)
treeea512f8a5d4cca706cf919ed383459304f0acc4a /src/SemanticScuttle
parente01c813101f2811879acfe808c4573b924f7b666 (diff)
downloadsemanticscuttle-1c180e28ffe223c8cdff7e9bb7ec237cded48ef4.tar.gz
semanticscuttle-1c180e28ffe223c8cdff7e9bb7ec237cded48ef4.tar.bz2
use theme->resource() method to get paths to themable filse
Diffstat (limited to 'src/SemanticScuttle')
-rw-r--r--src/SemanticScuttle/Model/Theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SemanticScuttle/Model/Theme.php b/src/SemanticScuttle/Model/Theme.php
index a2f4973..65861b8 100644
--- a/src/SemanticScuttle/Model/Theme.php
+++ b/src/SemanticScuttle/Model/Theme.php
@@ -60,7 +60,7 @@ class SemanticScuttle_Model_Theme
*
* Must always be used when adding i.e. images to the output.
*
- * @param string $file File name to find the path for
+ * @param string $file File name to find the path for, i.e. "scuttle.css".
*
* @return string Full path
*/