mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Place header inside of container
This commit is contained in:
parent
7253b08960
commit
0adc356af5
2
info.php
2
info.php
@ -145,10 +145,10 @@ if ($st->execute(array($id))) {
|
||||
}
|
||||
}
|
||||
|
||||
$page->print_page_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row" style="margin-bottom:60px;">
|
||||
<?php $page->print_page_header(); ?>
|
||||
<div style="text-align: center;" class="col-lg-12">
|
||||
<table class="table st-light table-bordered table-condensed">
|
||||
<?php
|
||||
|
Loading…
x
Reference in New Issue
Block a user