Re: [RC1]Ajax Shoutbox 1.2.x
Posted: Tue May 13, 2008 3:06 am
I want to load this include in the portal.php and display shout_body.html as a block in the portal, will this work or am i overlooking something?
Code: Select all
if (!function_exists('as_display'))
{
include($phpbb_root_path . 'includes/functions_shoutbox.' . $phpEx);
}
as_display();