ACL Extension  0.3
 All Data Structures Namespaces Files Functions Variables
index.php
Go to the documentation of this file.
1 <?php
2 $this->breadcrumbs=array(
3  $this->module->id,
4 );
5 ?>
6 <h1><?php echo $this->uniqueId . '/' . $this->action->id; ?></h1>
7 
8 <p>
9 This is the view content for action "<?php echo $this->action->id; ?>".
10 The action belongs to the controller "<?php echo get_class($this); ?>"
11 in the "<?php echo $this->module->id; ?>" module.
12 </p>
13 <p>
14 You may customize this page by editing <tt><?php echo __FILE__; ?></tt>
15 </p>