ACC SHELL

Path : /srv/www/vhosts/greenbelt/wp-content/themes/twentyten/
File Upload :
Current File : //srv/www/vhosts/greenbelt/wp-content/themes/twentyten/page.php

<?php
get_header(); ?>
		<div id="container">
			<div id="content" role="main">

			<?php
			/* Run the loop to output the page.
			 * If you want to overload this in a child theme then include a file
			 * called loop-page.php and that will be used instead.
			 */
			get_template_part( 'loop', 'page' );
			?>

			</div><!-- #content -->
      <div id="sidebar">
        <?php get_sidebar(); ?>
      </div> <!--sidebar-->
		</div><!-- #container -->

<?php get_footer(); ?>

ACC SHELL 2018