summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/phptemplate.engine
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-10-02 16:19:23 +0000
committerDries Buytaert <dries@buytaert.net>2007-10-02 16:19:23 +0000
commitd2d93b4bd3740be11ba771a662fa8a63d76fe5a2 (patch)
tree301195782c85c77389067d8cd9ed47f6470811f2 /themes/engines/phptemplate/phptemplate.engine
parent4bb5080ebe210c5fc0e90549dcacfb088d4cbce3 (diff)
downloadbrdo-d2d93b4bd3740be11ba771a662fa8a63d76fe5a2.tar.gz
brdo-d2d93b4bd3740be11ba771a662fa8a63d76fe5a2.tar.bz2
- Patch #173486 by scor: fixed code style issues.
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 ed34815a8..4d638d18f 100644
--- a/themes/engines/phptemplate/phptemplate.engine
+++ b/themes/engines/phptemplate/phptemplate.engine
@@ -7,7 +7,7 @@
*/
function phptemplate_init($template) {
- $file = dirname($template->filename) . '/template.php';
+ $file = dirname($template->filename) .'/template.php';
if (file_exists($file)) {
include_once "./$file";
}