move all commands inside the duepuntozero_init() function
This commit is contained in:
parent
6242f9a147
commit
c4e6cb916d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user