Remove description field from app info

Revision as of 14:24, 2 August 2014 by Sinisakrisan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

This hack will remove showing description of the application

Instructions

Navigate to ROOT/components/com_community/templates/default/application.item.php and find this code and delete it.

<div class="cApp-Description"><?php echo $this->escape($app->description); ?></div>