MAORBARI
07-29-2009, 08:34 PM
i try do somthing in plugin Hook Location: global_start:
$title = $db->query_read("SELECT * FROM titlesit");
while($titleaf = $db->fetch_array($title))
{
eval('$titlesit .= "' . fetch_template('title_post') . '";');
}
and i add this $titlesit to forumhome template and it is dont show it..
why?
thx.
$title = $db->query_read("SELECT * FROM titlesit");
while($titleaf = $db->fetch_array($title))
{
eval('$titlesit .= "' . fetch_template('title_post') . '";');
}
and i add this $titlesit to forumhome template and it is dont show it..
why?
thx.