mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
provide theme_init() functions
This commit is contained in:
parent
3afc9915e3
commit
741a5dba57
9 changed files with 20 additions and 0 deletions
|
@ -12,6 +12,7 @@ $a->theme_info = array(
|
|||
'extends' => 'duepuntozero',
|
||||
);
|
||||
|
||||
function darkzero_init(&$a) {
|
||||
$a->page['htmlhead'] .= <<< EOT
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
@ -58,3 +59,4 @@ $('.savedsearchterm').hover(
|
|||
|
||||
</script>
|
||||
EOT;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue