fix pages

This commit is contained in:
CHIEFSOFT\ameye
2024-08-19 17:59:22 -04:00
parent 8be59b2444
commit 5f48e2c7a7
8 changed files with 185 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
<?php $this->extend('layouts/master') ?>
<?php $this->section('content') ?>
<div id="breadcrumbs">
<a title="Home" href="#">Home </a> Alcohol Addiction
</div><!--/ breadcrumbs-->
<div class="gray-holder">
<h1>Alcohol Addiction</h1>
<p>
Alcoholic addition is a serious problem that affects the entire family. If your loved one is an alcoholic it is better to seek treatment as soon as possible before it is too late. It is believed that depression can lead to alcoholic addiction and drug abuse for many people. Alcohol can impair judgment and ability to reason well and other illness can follow.
<p>
In I Care Mental Health (ICMH), we believe that seeking help early will be an appropriate thing to do, and save your life.
</p>
<div class="clear"></div>
</div><!--/ gray-holder-->
<?= $this->endSection() ?>