?
Current Path : /home1/savoy/www/savoyeducation.com/Backup23-11-16/backup/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/www/savoyeducation.com/Backup23-11-16/backup/application/views/site/news-details.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-ndetails'); ?> </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> <div class="news_main"> <h2><?=$news->news_title;?></h2> <?php if($news->news_file!='') { ?> <a href="<?=base_url()?>assets/news/<?=$news->news_file;?>"> <img src="<?=base_url()?>assets/images/download.png" alt="Download" title="Download details" style="float: right; padding-right: 5px; cursor: pointer;"/> </a> <?php } ?> <div class="bar_01"><?=$this->mastermodel->convertdatenormalformat($news->news_date);?></div> <?=$news->news_content;?> </div> </section> </div> <!-- one-third column ends here --> <div class="second_two lastcolumn"> <div class="news_body"> <ul> <?php $i=1; foreach($news_all as $row) { if($i<=5) { ?> <li><div class="date-news"><?=date("d",strtotime($row['news_date']));?><br/><?=date("M",strtotime($row['news_date']));?></div><p><a href="<?=site_url();?>/site/news-details/<?=$row['news_id'];?>"><?=$row['news_title'];?></a></p></li> <?php $i++; } } ?> </ul> </div> <?php if($i==5) { ?> <div class="more"><a href="<?=site_url();?>/site/news"></a></div> <?php } ?> <br/> <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>