Directory: /nas/content/live/barnevernshje1
Go to Parent Directory
File: /nas/content/live/barnevernshje1/wp-content/themes/bb-theme/tpl-sidebar.php
<?php
/*
Template Name: Sidebar
*/
get_header();
?>
<div class="container">
<div class="row">
<?php FLTheme::sidebar( 'left' ); ?>
<div class="fl-content <?php FLTheme::content_class(); ?>">
<?php
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
get_template_part( 'content', 'page' );
endwhile;
endif;
?>
</div>
<?php FLTheme::sidebar( 'right' ); ?>
</div>
</div>
<?php get_footer(); ?>
Upload Encrypted File