Place header inside of container

This commit is contained in:
ruan 2015-09-10 15:12:09 +02:00
parent 7253b08960
commit 0adc356af5

View File

@ -145,10 +145,10 @@ if ($st->execute(array($id))) {
} }
} }
$page->print_page_header();
?> ?>
<div class="container"> <div class="container">
<div class="row" style="margin-bottom:60px;"> <div class="row" style="margin-bottom:60px;">
<?php $page->print_page_header(); ?>
<div style="text-align: center;" class="col-lg-12"> <div style="text-align: center;" class="col-lg-12">
<table class="table st-light table-bordered table-condensed"> <table class="table st-light table-bordered table-condensed">
<?php <?php