golden hour
/home/phakp/public_html/bkp_full/old_site_bkp/application/views/cfcs
⬆️ Go Up
Upload
File/Folder
Size
Actions
fc_district.php
549 B
Del
OK
fc_district_detail.php
1.53 KB
Del
OK
goal.php
514 B
Del
OK
hierarchy.php
1.46 KB
Del
OK
officers.php
498 B
Del
OK
Edit: goal.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"> <?php foreach($operationsss as $operations){?> <div class="col-md-12"> <div align="left" > <h1><font><strong>Our Goal</strong></font></h1></div> <p class="fst"> <?php echo $operations->goal_detail;?> </p> </div> <?php }?> </div> </div>
Save