Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nyiguinyogui

Pages: [1]
1
Discussion & Troubleshooting / $site_sess variable in footer
« on: November 28, 2005, 05:24:51 PM »
Hello,

In my footer.html I need to use the $site_sess variable but, while it is set in header.html, it seems empty in footer.html.

For example, this code:
Code: [Select]
<? if ($site_sess->user_info['user_level']==ADMIN) { ?>
you are admin
<? } ?>
would work ok in header.html but not in footer.html, as the variable $site_sess seems to be unset.

Can anybody please tell me how to "propagate" this variable, $site_sess, so that it can be used from within footer.html?

Thank you.

Pages: [1]