File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/page.php.tar
Back
home/newsbmcs.com/public_html/play1/content/themes/arcade-two/page.php 0000644 00000000767 15027365767 0022070 0 ustar 00 <?php include TEMPLATE_PATH . "/includes/header.php" ?> <div class="container"> <div class="row"> <div class="col-md-9"> <h1 class="single-title"><?php echo htmlspecialchars( $page->title )?></h1> <div class="page-content"> <?php echo nl2br($page->content) ?> </div> </div> <div class="col-md-3"> <?php include TEMPLATE_PATH . "/parts/sidebar.php" ?> </div> </div> </div> <?php widget_aside('bottom-content'); ?> <?php include TEMPLATE_PATH . "/includes/footer.php" ?>