$matches = array();
preg_match_all('/href="([^"]+)"/',$this->_themeObject->getCSS(),$matches);
$matches = array();
preg_match_all('/href="([^"]+)"/',$this->_themeObject->getCSS('blue','small'),$matches);
$matches = array();
preg_match_all('/href="([^"]+)"/',$this->_themeObject->getCSS(),$matches);
$matches = array();
preg_match_all('/href="([^"]+)"/',$this->_themeObjectChild->getCSS(),$matches);
$matches = array();
preg_match_all('/src="([^"]+)"/',$this->_themeObject->getJS(),$matches);
$matches = array();
preg_match_all('/src="([^"]+)"/',$this->_themeObject->getJS(),$matches);
$matches = array();
preg_match_all('/src="([^"]+)"/',$this->_themeObjectChild->getJS(),$matches);