EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this GreetingController */
3 
4 $this->breadcrumbs = array(
5  'Greeting',
6 );
7 ?>
8 <h1><?php echo $this->message; ?></h1>
9 <div class="row buttons">
10  <?php echo "<a href=http://localhost/test/index.php?r=site/request_conference>Request Conference</a>" ?>
11 </div>
12