?
Current Path : /home1/savoy/public_html/savoyglobal.net/sims/school/scaffolding/views/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/savoyglobal.net/sims/school/scaffolding/views/header.php |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title><?php echo $title; ?></title> <style type='text/css'> <?php $this->file(BASEPATH.'scaffolding/views/stylesheet.css'); ?> </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> </head> <body> <div id="header"> <div id="header_left"> <h3>Scaffolding: <?php echo $title; ?></h3> </div> <div id="header_right"> <?php echo anchor(array($base_uri, 'view'), $scaff_view_records); ?> | <?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?> </div> </div> <br clear="all"> <div id="outer">