Make sure that the path/href base is correct to display the page (images, CSS...)

SVN:trunk[1755]
This commit is contained in:
Denis Flaven
2012-01-09 08:57:48 +00:00
parent 8f8f575c65
commit cf65b58981

View File

@@ -87,6 +87,7 @@ h1 {
}
EOF
);
$this->set_base(utils::GetAbsoluteUrlAppRoot().'pages/');
}
public function DisplayLoginForm($sLoginType, $bFailedLogin = false)