ACC SHELL

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

<?php include ("header.php"); ?>
    
    <!-- MAIN CONTENT -->
    <section class="main-content clearfix">

    	<div class="main-content__title">
    		<h1><?php the_title(); ?></h1>
    		<!-- <div class="bradcrumb">Svět dinosaurů / <a href="nabidka.php">Nabídka</a> / <a href="index.php">Hlavní stránka</a></div>-->
            <!-- BREADCRUMB -->
            <?php the_breadcrumb(); ?>
    	</div>

    	<div class="main-content__content">
    		<div class="main-content__left-col">  
    			<?php the_content(); ?>
	    		
	    	</div>
	    	
	    	<div class="main-content__right-col">
               <?php include("sidebar.php") ?>
            </div>



	    </div>
    </section>

<?php include ("footer.php"); ?>

ACC SHELL 2018