PHP Classes

File: web/SSO/modules/consentSimpleAdmin/templates/consentstats.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/modules/consentSimpleAdmin/templates/consentstats.php   Download  
File: web/SSO/modules/consentSimpleAdmin/templates/consentstats.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 646 bytes
 

Contents

Class file image Download
<?php

$this
->data['header'] = $this->t('{consentSimpleAdmin:consentsimpleadmin:headerstats}');
$this->includeAtTemplateBase('includes/header.php');

?>


<p><?php

echo '<p>' . $this->t('{consentSimpleAdmin:consentsimpleadmin:stattotal}', array('%NO%' => $this->data['stats']['total'])) . '</p>';
echo
'<p>' . $this->t('{consentSimpleAdmin:consentsimpleadmin:statusers}', array('%NO%' => $this->data['stats']['users'])) . '</p>';
echo
'<p>' . $this->t('{consentSimpleAdmin:consentsimpleadmin:statservices}', array('%NO%' => $this->data['stats']['services'])) . '</p>';



?></p>


<?php $this->includeAtTemplateBase('includes/footer.php'); ?>