<h3><nodule_name>.info</h3>
name = GoalTrue
description = Goal tracking system
package = GoalTrue
core = 7.x
files[] = goaltrue.module

<h3><module_name>.module</h3>
/**
* A module for tracking goals and due dates
*/

/**
* Implement hook_help().
*/

function goaltrue_help($path, $arg){
if($path == 'admin/help#goaltrue'){
return t('No help notes yet. Plese wait.');
}
}

Darryn Nyberg's picture

Darryn Nyberg

Posted Monday 29th 2012

Tags: 

Login to comment

You can bake a drop down menu directly into a theme but we are going a different direction today. We are going to install "nice menu", a contributed module that creates blocks that are based on your menu. It has infinitely deep fly out depth. Nice.

We will install and than style this module so that it does not have the default grey theme that it comes with.

Darryn Nyberg's picture

Darryn Nyberg

Posted Friday 17th 2012

Login to comment