24 lines
874 B
PHP
24 lines
874 B
PHP
<?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>
|
|
<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>
|
|
<?= $this->endSection() ?>
|