if ($this->_seg !== null
) { $this->_content .= "<".
$name;
foreach($attrib as $key =>
$value) { $this->_content .= "
$key=\"
$value\"";
} $this->_content .= ">";
} else { switch(strtolower($name)) { case 'header':
if (empty($this->_useId
) &&
isset($attrib['srclang'
])) { if (Zend_Locale::
isLocale($attrib['srclang'
])) { $this->_srclang = Zend_Locale::
findLocale($attrib['srclang'
]);
} else { if (!
$this->_options
['disableNotices'
]) { if ($this->_options
['log'
]) { $this->_options
['log'
]->
notice("The language '{
$attrib['srclang'
]}' can not be set because it does not exist."
);
} else { trigger_error("The language '{
$attrib['srclang'
]}' can not be set because it does not exist.", E_USER_NOTICE
);
} } $this->_srclang =
$attrib['srclang'
];
}