never use profile_load outside of a module's _init() function
This commit is contained in:
parent
405f37b7ae
commit
fdd142c42e
24 changed files with 214 additions and 164 deletions
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
|
||||
function facepark_init(&$a) {
|
||||
$a->theme_info = array();
|
||||
set_template_engine($a, 'smarty3');
|
||||
|
||||
|
@ -48,3 +50,5 @@ $('.savedsearchterm').hover(
|
|||
|
||||
</script>
|
||||
EOT;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue