6.11 Shared Feature
The Shared feature is not actually a feature at all but simply a collection
of code used between several of the other features, these are:
contacts.inc.php3 |
Code used by various features to support contact lists. |
newlist.inc.php3 |
Code used between several features to support a standardized
view of list type data. |
prefs.inc.php3 |
Code to load preferences. |
todo.inc.php3 |
Code used by various features to support todo lists. |
treemenu2.inc.php3 |
Code used to generate 'tree' style hierarchical menus. |
wrap.inc.php3 |
Code to wrap lines when displaying messages. |
|