Quote:
Originally Posted by kent_lkc
|
Strange, as the downloads_wrapper_top template doesn't have the message in it. Maybe you modified it?
Or try the downloads_wrapper_none template:
PHP Code:
eval('$dmain_jr = "' . fetch_template('downloads_cat') . '";');
if ($vbulletin->options['ecdownloads_tops'])
{
eval('$dpanel = "' . fetch_template('downloads_panel_side') . '";');
eval('$dmain = "' . fetch_template('downloads_wrapper_side') . '";');
}
else
{
eval('$dmain .= "' . fetch_template('downloads_wrapper_none') . '";');
}