<!-- Script PHP/MYSQL of management of classifieds ads developed by Script PAG. Script PAG all rights reserved. Use under license. http://www.script-pag.com -->
<div class="container-100">
	<div class="container-100-child text-page">

		<h1><?php echo $info_page; ?></h1>
		<div <?php if(!isset($page)) echo 'class="text-center"'; ?>>
			<?php echo $text; ?>
			<?php pool::execute('afterPageContent', (isset($id_page) ? $id_page : null)); ?>
		</div>
	
	</div>
</div>