Changes to be committed:
modified: modules/billing/serverlist.php modified: modules/billing/site.zip
This commit is contained in:
parent
ff0b2b2843
commit
762b34edf8
2 changed files with 4 additions and 2 deletions
|
|
@ -47,7 +47,8 @@ include(__DIR__ . '/includes/top.php');
|
|||
include(__DIR__ . '/includes/menu.php');
|
||||
?>
|
||||
|
||||
<div>
|
||||
<!-- Services container: clearfix to contain floated service cards so footer clears correctly -->
|
||||
<div class="clearfix container-wide">
|
||||
<?php foreach ($services as $row): ?>
|
||||
<?php if (!isset($_REQUEST['service_id'])): ?>
|
||||
<!-- Service listing (all) -->
|
||||
|
|
@ -124,6 +125,7 @@ include(__DIR__ . '/includes/menu.php');
|
|||
// Close database connection
|
||||
mysqli_close($db);
|
||||
?>
|
||||
</body>
|
||||
|
||||
<?php include(__DIR__ . '/includes/footer.php'); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue