Difference between revisions of "Remove description field from app info"

(Created page with "==Overview== This hack will remove showing description of the application ==Instructions== Navigate to ''ROOT/components/com_community/templates/default/application.item.php'...")
(No difference)

Revision as of 14:24, 2 August 2014

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>