PATH:
home
/
lab2454c
/
sothebankuab.com
/
wp-content
/
themes
/
sinatra
<?php /** * The main template file. * * This is the most generic template file in a WordPress theme and one of the * two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * For example, it puts together the home page when no home.php file exists. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <?php get_header(); ?> <div class="si-container"> <div id="primary" class="content-area"> <?php do_action( 'sinatra_before_content' ); ?> <main id="content" class="site-content" role="main"<?php sinatra_schema_markup( 'main' ); ?>> <?php do_action( 'sinatra_content' ); ?> </main><!-- #content .site-content --> <?php do_action( 'sinatra_after_content' ); ?> </div><!-- #primary .content-area --> <?php do_action( 'sinatra_sidebar' ); ?> </div><!-- END .si-container --> <?php get_footer();
[+]
woocommerce
[-] search.php
[edit]
[-] wpml-config.xml
[edit]
[-] index.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[+]
languages
[-] footer.php
[edit]
[-] changelog.txt
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[+]
assets
[-] screenshot.jpg
[edit]
[+]
page-templates
[-] singular.php
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[+]
inc