EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this Assignment_function_conferenceController */
3 
13 $this->breadcrumbs=array(
14  'Assignment Function Conference',
15 );
16 ?>
17 
18 <?php
19 
20 if(isset($_POST['interestid'])){
21 $this->selectinterest();
22 $this->assignment(); }
23 else
24 $this->selectinterest();
25 ?>
26 
27 <?php
28 
29 $confid = $_GET['confid'];
30 
31 echo "";
32 echo "<a href=\" ./index.php?r=conference/view&id=$confid\">" . "Go Back To Conference Viewing Page" . "</a>";
33 ?>