diff -r 7f0d9fa561f4 -r 6a501b41907f plugins/Newsboy.php --- a/plugins/Newsboy.php Sun Jan 10 17:36:47 2010 -0500 +++ b/plugins/Newsboy.php Sun Sep 18 01:39:38 2011 -0400 @@ -165,7 +165,8 @@ function build_cdata() { - if ( $this->page_id == 'Portal' || $this->page_id == 'Article' ) + list($page_id_base) = explode('/', $this->page_id); + if ( $page_id_base == 'Portal' || $page_id_base == 'Article' || $page_id_base == 'Archive' ) { $config_title = getConfig('nb_portal_title'); $this->cdata = array(