EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this Participate_notController */
3 
10 $this->breadcrumbs=array(
11  'Participate Not',
12 );
13 ?>
14 
15 <?php
16 
17 $confid = $_POST['id'];
18 
19 $this->leave();
20 
21 echo "You Left The Conference<br><br>";
22 
23 echo "<a href=\" ./index.php?r=conference/view&id=$confid\">Go Back To Conference Viewing Page</a>";
24 
25 
26 
27 ?>