From c4e6cb916db2162075618c7c4be674b4b61c5b35 Mon Sep 17 00:00:00 2001
From: Zach Prezkuta <fermion@gmx.com>
Date: Fri, 8 Feb 2013 09:03:50 -0700
Subject: [PATCH] move all commands inside the duepuntozero_init() function

---
 view/theme/duepuntozero/theme.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/view/theme/duepuntozero/theme.php b/view/theme/duepuntozero/theme.php
index bf5a4111fd..e6c276c0a3 100644
--- a/view/theme/duepuntozero/theme.php
+++ b/view/theme/duepuntozero/theme.php
@@ -1,8 +1,10 @@
 <?php
+
+function duepuntozero_init(&$a) {
+
 $a->theme_info = array();
 set_template_engine($a, 'smarty3');
 
-function duepuntozero_init(&$a) {
 $a->page['htmlhead'] .= <<< EOT
 <script>
 function insertFormatting(comment,BBcode,id) {
-- 
2.39.5