6 $this->
data[
'header'] =
'Test authentication sources';
8 $this->includeAtTemplateBase(
'includes/header.php');
10 <h1><?php echo $this->
data[
'header']; ?></h1>
13 foreach ($this->
data[
'sources'] as
$id) {
14 echo
'<li><a href="?as=' . htmlspecialchars(urlencode($id)) .
'">' . htmlspecialchars($id) .
'</a></li>';
20 $this->includeAtTemplateBase(
'includes/footer.php');
if(!array_key_exists('StateId', $_REQUEST)) $id
$this data['header']
Template to show list of configured authentication sources.