diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 06:55:16 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-25 06:55:16 +0200 |
commit | 1c180e28ffe223c8cdff7e9bb7ec237cded48ef4 (patch) | |
tree | ea512f8a5d4cca706cf919ed383459304f0acc4a /src/SemanticScuttle/Model | |
parent | e01c813101f2811879acfe808c4573b924f7b666 (diff) | |
download | semanticscuttle-1c180e28ffe223c8cdff7e9bb7ec237cded48ef4.tar.gz semanticscuttle-1c180e28ffe223c8cdff7e9bb7ec237cded48ef4.tar.bz2 |
use theme->resource() method to get paths to themable filse
Diffstat (limited to 'src/SemanticScuttle/Model')
-rw-r--r-- | src/SemanticScuttle/Model/Theme.php | 2 |
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 */ |