fixed yet another docs typo

This commit is contained in:
Petr Skoda
2010-01-11 10:04:39 +00:00
parent b2ae9661e0
commit 39df78bfea
+1 -1
View File
@@ -184,7 +184,7 @@ class theme_config {
* how you want that type of page to look. For example
* <pre>
* $THEME->layouts = array(
* // Most pages - if we encounter an unknown or amissing page type, this one is used.
* // Most pages - if we encounter an unknown or a missing page type, this one is used.
* 'standard' => array(
* 'theme' = 'mytheme',
* 'file' => 'normal.php',