1
0
Fork 0

provide theme_init() functions

This commit is contained in:
friendica 2012-04-08 05:52:00 -07:00
commit 741a5dba57
9 changed files with 20 additions and 0 deletions

View file

@ -1,6 +1,7 @@
<?php
$a->theme_info = array();
function duepuntozero_init(&$a) {
$a->page['htmlhead'] .= <<< EOT
<script>
$(document).ready(function() {
@ -47,3 +48,4 @@ $('.savedsearchterm').hover(
</script>
EOT;
}