Need some help spare a minute please
i have no idea what im doing but im messing with the plugin manager
i added a code and am using hook
postbit_display_complete
when i put this
require_once(DIR . '/includes/functions_amazonid1.php');
$post['message'] = Amazon_Cobrand_Link($post['message']);
it works exactly as how i want it ... but when i do this
if ($style[styleid] == '7')
{
require_once(DIR . '/includes/functions_amazonid1.php');
$post['message'] = Amazon_Cobrand_Link($post['message']);
}
it doesnt work anymore
if someone can point me in the right direction that would be great...
|