Strange it doesn't work.
I added this piece of code in index.php right after:
--------------------------------------------------------
require('./global.php');
if ($bbuserinfo['userid']>=1) {
eval("\$headpop = \"".gettemplate('head_pop')."\";");
}
--------------------------------------------------------
And I added a template called head_pop with this inside:
--------------------------------------------------------
<script language="javascript"><!--
window.open('http://www.housequake.com/forum/test.html');
// --></script>
--------------------------------------------------------
But nothing happens.
Do you think i overlooked something?
Cheers!
|