Submit
Path:
~
/
home
/
getwphos
/
public_html
/
deerguard
/
wp-content
/
plugins
/
garland-addon
/
maintenance
/
templates
/
File Content:
maintenance-mode.php
<?php /** * Template coming soon default */ //get maintenance header require_once( GARLAND_ADDON_DIR . 'maintenance/header.php' ); $address = Garland_Theme_Option::garland_options( 'maintenance-address' ); $email = Garland_Theme_Option::garland_options( 'maintenance-email' ); $phone = Garland_Theme_Option::garland_options( 'maintenance-phone' ); ?> <div class="container text-center maintenance-wrap"> <div class="row"> <div class="col-md-12"> <h1 class="maintenance-title"><?php esc_html_e( 'Under Maintenance', 'garland-addon' ); ?></h1> </div> </div> <div class="row"> <div class="col-md-4"> <h4><?php esc_html_e( 'Phone', 'garland-addon' ); ?></h4> <div class="maintenance-phone"> <?php echo esc_html( $phone ); ?> </div> </div> <div class="col-md-4"> <h4><?php esc_html_e( 'Address', 'garland-addon' ); ?></h4> <div class="maintenance-address"> <?php echo wp_kses_post( $address ); ?> </div> </div> <div class="col-md-4"> <h4><?php esc_html_e( 'Email', 'garland-addon' ); ?></h4> <div class="maintenance-email"> <?php echo esc_html( $email ); ?> </div> </div> </div> <div class="row"> <div class="col-md-12 maintenance-footer"> <p><?php esc_html_e( 'We are currently in maintenance mode. We will be back soon.', 'garland-addon' ); ?></p> </div> </div> </div> <?php //get maintenance header require_once( GARLAND_ADDON_DIR . 'maintenance/footer.php' ); ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
coming-soon.php
1525 bytes
0644
maintenance-mode.php
1504 bytes
0644
N4ST4R_ID | Naxtarrr