Help..
I got this part in my plugin:
Quote:
Originally Posted by plugin
if ( ($vbulletin->options['LaCN_enable']) && ($vbulletin->userinfo[usergroupid] == '0') )
{
$guestIC = $vbulletin->options['LaCN_guest_text'];
}
eval('$LaCN_message = "' . fetch_template('LaCN_message') . '";');
|
in the templates I have this:
Quote:
Originally Posted by template forum_home
blabla
$LaCN_message
blabla
|
Quote:
Originally Posted by template LaCN_message
blabla
$guestIC
blabla
|
the template shows.
But $guestIC won't show
What's wrong ?