<?php
/*
AMP Frame ver 1.0.0
Help Template
template/help/content/empty.php
Missing Help Content
*/
if( !defined('AFALLOW') ){
die('direct access not allowed');
}
?>
<div class="jumbotron">
<div class="row">
<div class="col text-center">
<h4>Oh No!</h4>
<p>There was a problem delivering the page you requested!</p>
</div><!-- col -->
</div><!-- row -->
</div><!-- jumbotron -->
|