(file) Return to edit-main.php CVS log (file) (dir) Up to [RizwankCVS] / geekymedia_web / photo / sspadmin

 1 rizwank 1.1 <?php
 2             require "./inc/head.php";
 3             ?>
 4             <?php include "./inc/doctype.php"; ?>
 5             <head>
 6             <?php include "./inc/charset.php"; ?>
 7             <title>SSP Admin :: Albums List</title>
 8             <?php include "./inc/head_elem.php"; ?>
 9             </head>
10             
11             <body>
12             	<div id="container">
13             		
14             		<?php
15             		include "./inc/h1.php";
16             		
17             		if ($m==1)
18             			echo '<p class="update-msg"><small>Album Deleted</small></p>';
19             		else if ($m==2)
20             			echo '<p class="update-msg"><small>Album Activated</small></p>';
21             		else if ($m==3)
22 rizwank 1.1 			echo '<p class="update-msg"><small>Album Deactivated</small></p>';
23             		else if ($m==4)
24             			echo '<p class="update-msg"><small>startHere Album Set</small></p>';
25             		else if ($m==5)
26             			echo '<p class="update-msg"><small>startHere Album Disabled</small></p>';
27             	
28             		albumsList();
29             		?>
30             	
31             	</div>
32             	
33             	
34             </body>
35             </html>

Rizwan Kassim
Powered by
ViewCVS 0.9.2