mirror of
https://github.com/reactos/web.git
synced 2024-11-23 03:39:49 +00:00
[ROSLOGIN] Page Breadcrumb callback
This commit is contained in:
parent
8b1a7d51bb
commit
42f4d60105
@ -29,6 +29,7 @@
|
||||
<div class="col-md-offset-1 col-md-10">
|
||||
<div class="breadcrumbs">
|
||||
<a href="/">home</a> / <a href="/roslogin">roslogin</a>
|
||||
<?php $page->printBreadcrumbs(); ?>
|
||||
</div>
|
||||
<h1><?php $page->printTitle(); ?></h1>
|
||||
</div>
|
||||
|
@ -200,6 +200,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
public function printBreadcrumbs()
|
||||
{
|
||||
}
|
||||
|
||||
public function printTitle()
|
||||
{
|
||||
global $roslogin_langres;
|
||||
|
@ -17,6 +17,10 @@
|
||||
$this->_captcha = new Captcha();
|
||||
}
|
||||
|
||||
public function printBreadcrumbs()
|
||||
{
|
||||
}
|
||||
|
||||
public function printTitle()
|
||||
{
|
||||
global $roslogin_langres;
|
||||
|
@ -16,6 +16,10 @@
|
||||
redirect_to("?p=selfservice");
|
||||
}
|
||||
|
||||
public function printBreadcrumbs()
|
||||
{
|
||||
}
|
||||
|
||||
public function printTitle()
|
||||
{
|
||||
global $roslogin_langres;
|
||||
|
@ -66,6 +66,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
public function printBreadcrumbs()
|
||||
{
|
||||
}
|
||||
|
||||
public function printTitle()
|
||||
{
|
||||
echo $this->_title;
|
||||
|
@ -17,6 +17,10 @@
|
||||
$this->_captcha = new Captcha();
|
||||
}
|
||||
|
||||
public function printBreadcrumbs()
|
||||
{
|
||||
}
|
||||
|
||||
public function printTitle()
|
||||
{
|
||||
global $roslogin_langres;
|
||||
|
@ -23,6 +23,10 @@
|
||||
$this->_userinfo = $rl->getUserInformation($this->_username);
|
||||
}
|
||||
|
||||
public function printBreadcrumbs()
|
||||
{
|
||||
}
|
||||
|
||||
public function printTitle()
|
||||
{
|
||||
global $roslogin_langres;
|
||||
|
Loading…
Reference in New Issue
Block a user