?
Current Path : /home1/savoy/public_html/savoyeducation.com/Backup23-11-16/application/views/site/ |
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/savoyeducation.com/Backup23-11-16/application/views/site/news.php |
<?php /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <?php $this->load->view('site/header-news'); ?> </head> <body> <div id="container_wrapper"> <?php $this->load->view('site/menu'); ?> <div id="wrapper"> <!-- Home Content Part - Box Three ================================================== ================================================== --> <div class="container boxtwo"> <div class="inner_ban"> <img src="<?=base_url()?>assets/images/news_inner.jpg"/></div> <div class="boxtwo_clear"></div> <div class="second_one"> <section class="boxtwoleft"> <h3 class="in_cont_head">news</h3> <?php foreach($news as $row) { ?> <div class="news_main"> <div class="news_sub_head"><?=$row['news_title'];?></div> <?php if($row['news_file']!='') { ?> <div class="download"> <a href="<?=base_url()?>assets/news/<?=$row['news_file'];?>"></a> </div> <?php } ?> <div class="bar_01"><?=$this->mastermodel->convertdatenormalformat($row['news_date']);?></div> <?=$row['news_content'];?> <div class="more"><a href="<?=site_url();?>/site/news-details/<?=$row['news_id'];?>"></a></div> <div class="border_dash"></div> </div> <?php } ?> </section> </div> <!-- one-third column ends here --> <div class="second_two lastcolumn"> <section class="boxtworight"> <h3 class="in_cont_head">OUR PROGRAMS </h3> <ul> <li><a href="<?=site_url()?>/site/tuition">Tuition</a></li> <li><a href="<?=site_url()?>/site/ucmas">UCMAS Abacus and Mental Arithmetic</a></li> <li><a href="<?=site_url()?>/site/sos">Star of success</a></li> </ul> </section> </div> <!-- one-third column ends here --> </div> <!-- container ends here --> </section> <?php $this->load->view('site/footer'); ?> </div> </body>