move all commands inside the duepuntozero_init() function

2022.09-rc
Zach Prezkuta 2013-02-08 09:03:50 -07:00
rodzic 6242f9a147
commit c4e6cb916d
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

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