- Desde
- 18 Abr 2008
- Mensajes
- 336
hola amigos estoy intentando meter el codigo que dejo debajo del todo en una plantilla, pero me da el siguiente error:
Fatal error: Using $this when not in object context in /home/user/public_html/foro/includes/adminfunctions_template.php(4667) : eval()'d code on line 47
porque donde tengo el fallo?? GRACIAS
EL CODIGO:
<div>
<a href="http://yoursite.com/msi/remote.php?act=login&redirect=http://yousite.com" onclick="return GB_show('Login System',
this.href, 330, 500, '')"> {parse replacement="signin_icon"} {$this->lang->words['sign_in']}</a>
<a href="http://yoursite.com/msi/remote.php?act=reg&redirect=http://yoursite.com" onclick="return GB_show('Register System',
this.href, 430, 500, '')"> {parse replacement="register_icon"} {$this->lang->words['register']}</a>
</div>
Fatal error: Using $this when not in object context in /home/user/public_html/foro/includes/adminfunctions_template.php(4667) : eval()'d code on line 47
porque donde tengo el fallo?? GRACIAS
EL CODIGO:
<div>
<a href="http://yoursite.com/msi/remote.php?act=login&redirect=http://yousite.com" onclick="return GB_show('Login System',
this.href, 330, 500, '')"> {parse replacement="signin_icon"} {$this->lang->words['sign_in']}</a>
<a href="http://yoursite.com/msi/remote.php?act=reg&redirect=http://yoursite.com" onclick="return GB_show('Register System',
this.href, 430, 500, '')"> {parse replacement="register_icon"} {$this->lang->words['register']}</a>
</div>