2012-08-13, 06:31 PM
(2012-08-13, 06:22 PM)euantor Wrote: The variable isn't accessible in the header unfortunately due to the way variables actually work within PHP.
Tample {header} powered by tample forumdisplay
There is a method \ way to send the var fid from forumdisplay to {header}
<script type="text/javascript">
var fid = {$foruminfo['fid']};
alert(fid);
</script>