websiteWebsite
codingteam CodingTeam
A free forge, lightweight and extensible.

 

Browse the code

Differences between 295 and 296 on /trunk/inc/modules/project.
Number of edited files: 1 (0 added, 0 deleted and 1 modified)
Author: xbright
Log message: * Added the ability to create templates for CodingTeam
* Added the ability to set the template in codingteam.cfg
* Added the 'simple' template in addition to the default one
Date: 2009-08-08 21:15:09

Added file(s) Deleted file(s) Modified file(s)

 

Old New Code
161 161
                               'class="current"><a href="project/'.$this->dbname.'/jabber"><img src="public/images/icons/apps/im-jabber.png" alt="menu" style="float: left;padding-right: 5px;" />' :
162 162
                               '><a href="project/'.$this->dbname.'/jabber">' ).i18n('Chat rooms').'</a></li>';
163 163

                                        
164  
        $this->pagemenu .= '</ul>
165  
        <div style="margin-bottom: 3.0em;">&nbsp;</div>';
  164
        $this->pagemenu .= '</ul>';
166 165

                                        
167 166
        return $this->pagemenu;
168 167
    }
169 168