You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
192 B
6 lines
192 B
|
|
<div id="MainContainer" class="col-12 col-sm-9 col-md-8 px-0 pl-sm-2 pr-sm-0 px-md-3 <?php if($getQ[0]=="home"){echo "is-home";}?>">
|
|
<?php
|
|
@include $getQ[0].'.php';
|
|
?>
|
|
</div>
|