| Current Path : /var/www/html/mmishra/irp/irp/pcstore/ |
| Current File : /var/www/html/mmishra/irp/irp/pcstore/second.php |
<?php include "template.php"; // ------------------ // EDIT CONTENT BELOW // ------------------ // SET VARS // --------------------------------------------------- $sec = new Second; $sec->title = "Second Level Example"; $sec->keywords = "OIT, Rutgers Computing Services, PHP, Websites, Toolkit"; $sec->description = "Getting the new RU Website Look with PHP"; $sec->questions = "http://www.rutgers.edu/questions.shtml"; $sec->email = "help@nbcs.rutgers.edu"; // ----- START Menu On Left -------------------------- $upper_links = array( "http://www.rutgers.edu/" => "Rutgers Main", "http://www.nbcs.rutgers.edu/" => "NBCS Main", ); // sum up menu on left $sec->bar_links = array( "Go back to: " => $upper_links, ); // ----- END Menu On Left -------------------------- ?> <!-- CONTENT //--> <?php second_head($sec);?> <!-- --------------------------------------------------------- //--> Here is some content <br><br><br><br><br><br><br><br><br><br><br><br> <!-- --------------------------------------------------------- //--> <?php second_foot($sec); ?>