move all commands inside the duepuntozero_init() function

This commit is contained in:
Zach Prezkuta 2013-02-08 09:03:50 -07:00
parent 6242f9a147
commit c4e6cb916d
1 changed files with 3 additions and 1 deletions

View File

@ -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) {