* @package makeup
* @version $Id$
* @link http://www.ranzhi.org
*/
?>
getModuleRoot() . 'common/view/header.html.php';?>
app->rawMethod);
foreach($lang->makeup->featureBar['personal'] as $method => $name)
{
$class = strtolower($method) == $methodName ? "class='active'" : '';
if(common::hasPriv('makeup', $method)) echo "- " . html::a($this->createLink('makeup', $method), $name) . '
';
}
?>
getModuleRoot() . 'common/view/chosen.html.php';?>
getModuleRoot() . 'common/view/footer.html.php';?>