summaryrefslogtreecommitdiff
path: root/linkshorter/view/templ-output.php
blob: 0ca6d292241daea99d06b07ff755839267e80170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
	$title= $heading;
	require 'view/templ-head.php';
?>
<div class="container text-center pagination-centered">
	<div class="row">
		<h1><?php echo $heading; ?></h1>
	<hr>
		<h4><?php echo $reason; ?></h4>
	</div>
</div>
	<?php require("../tools/footer.php"); ?>