?> " placeholder="Twitter"> </div> <div class="control-group"> <label>Google Plus Profile URL</label> <input type="text" name="gp" class="form-control" value="<?php echo Comman::getConfig('contact', 'gp'); ?> " placeholder="Google+"> </div> <div class="control-group"> <label>Youtube Channel ID</label> <input type="text" name="yt" class="form-control" value="<?php echo Comman::getConfig('contact', 'yt'); ?> " placeholder="Youtube Channel ID"> </div> <div class="control-group"><br /> <button class="btn btn-primary" type="submit">Save</button> </div> </div> </div> </div> </form> </div> </div> <?php echo Comman::loadView('admin-footer');
<div class="col-sm-6 col-md-3"> <div class="footer-widget"> <h5 class="widget-title text-white">Quick Contact<span class="line-bottom"></span></h5> <ul> <li><a href="callto:<?php echo explode(",", Comman::getConfig('contact', 'phone'))[0]; ?> "><?php echo explode(",", Comman::getConfig('contact', 'phone'))[0]; ?> </a></li> <li><a href="mailto:<?php echo explode(",", Comman::getConfig('contact', 'email'))[0]; ?> "><?php echo explode(",", Comman::getConfig('contact', 'email'))[0]; ?> </a></li> <li><a class="lineheight-20" href="#">Dr. MINAKSHI SWARAJ (Secretary-Cum-Director), <br /> 101, Yamuna-3, Jalalpurcity, <br /> Ramjan Pal Path, Patna - 801503 <br /> Bihar-INDIA.</a></li> </ul> </div> </div> </div> </div> <div class="container-fluid p-20" data-bg-color="#fe9322"> <div class="row text-center"> <div class="col-md-12"> <p class="font-11 text-white m-0">Copyright ©2015 Women Line. All Rights Reserved</p>
function getImages() { return explode(";", Comman::getConfig('home', 'images')); }
function __construct() { $this->playlist = Comman::getConfig('contact', 'yt'); }