I'm trying to add a new block to my profile pages... this is the code I am using...
Code:
if (true)
{
$title = 'test';
$html = 'test';
eval('$template_hook[profile_right_mini] .= "' . fetch_template('memberinfo_block') . '";');
}
This doesnt seem to be working... why not?
--------------- Added [DATE]1237695991[/DATE] at [TIME]1237695991[/TIME] ---------------
Oh... I am using member_build_blocks_starts