21
Eu li o script, não o corri, mas talvez ele me possa dizer quais as variáveis que estão disponiveis na altura em que o bloco corre, obrigado!
<table>
<tr>
<td>Title - <{$xoops_pagetitle}>td>
tr>
<tr>
<td>Description - <{$xoops_meta_description}>td>
tr>
<tr>
<td>Keywords - <{$xoops_meta_keywords}>td>
tr>
table>
I have a block with no function, just that html/smarty code code.
$xoops_pagetitle works fine, $xoops_meta_keywords does not.
So I thought that I could use some method in the block function and then assign it to the block, but I cannot find a method in the XOOPS classes to get this smarty info.