golden hour
/home/phakp/public_html/bkp_full/old_site_bkp/application/views/main_msgs
⬆️ Go Up
Upload
File/Folder
Size
Actions
commandant_msg.php
760 B
Del
OK
deployment.php
795 B
Del
OK
duty.php
489 B
Del
OK
introduction.php
752 B
Del
OK
joint_secretary.php
740 B
Del
OK
specific_news.php
610 B
Del
OK
Edit: specific_news.php
<style> .fst { font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif; font-style: normal; font-size: 14px; color: #000; } </style> <hr> <div class="container"> <div class="row"> <div class="col-md-12"> <h4><font color="#E5191C">News Detail on Date: <?php echo date('d/m/Y',strtotime($newsi->news_date));?></font></h4> <p class="fst"> <?php echo $newsi->news_title;?><br> <?php echo $newsi->news_detail;?><br> News Expiry Date:<?php echo date('d/m/Y',strtotime($newsi->expire_date));?> </p> </div> </div> </div>
Save