Merge pull request #610 from fermionic/20130208-duepuntozero-install-crash
move all commands inside the duepuntozero_init() function
This commit is contained in:
commit
7c1c2d8869
|
@ -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 a new issue