summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/phptemplate.engine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-07-29 17:56:41 +0000
committerDries Buytaert <dries@buytaert.net>2006-07-29 17:56:41 +0000
commit3a7b64ae03242d09685ad2a2e82c9657f7fa85e6 (patch)
tree064a5693d48b73b05fb921f250e35e26e0cdc251 /themes/engines/phptemplate/phptemplate.engine
parent2e8e54aea344cf855c1ab128cf09a84c68b3227b (diff)
downloadbrdo-3a7b64ae03242d09685ad2a2e82c9657f7fa85e6.tar.gz
brdo-3a7b64ae03242d09685ad2a2e82c9657f7fa85e6.tar.bz2
- Patch #61893 by timnc: remove message_na().
Diffstat (limited to 'themes/engines/phptemplate/phptemplate.engine')
-rw-r--r--themes/engines/phptemplate/phptemplate.engine2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/engines/phptemplate/phptemplate.engine b/themes/engines/phptemplate/phptemplate.engine
index 7dc1254ea..9a7a9b732 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -231,7 +231,7 @@ function phptemplate_page($content) {
if (drupal_is_front_page()) {
$suggestions[] = 'page-front';
}
-
+
return _phptemplate_callback('page', $variables, $suggestions);
}