On Mi, 2008-02-27 at 14:18 +0100, Alexander Nicolaysen Sørnes wrote:
Add a 'home' link to the top of the AppDB menu to make the front page more accessible.
$g = new htmlmenu("AppDB");
- $g->add('Home', BASE.'index.php');
What is more accessible in "AppDB" -> "Home" compared to "WineHQ Menu" -> "AppDB"?
I see no difference.
On Mi, 2008-02-27 at 14:18 +0100, Alexander Nicolaysen Sørnes wrote:
Add a 'home' link to the top of the AppDB menu to make the front page more accessible.
$g = new htmlmenu("AppDB");
- $g->add('Home', BASE.'index.php');
What is more accessible in "AppDB" -> "Home" compared to "WineHQ Menu" -> "AppDB"?
I see no difference.
I thought people would expect, or find it easier, to have a home link as the first item in a menu.
--
By by ... Detlef
Alexander Nicolaysen Sørnes wrote:
On Mi, 2008-02-27 at 14:18 +0100, Alexander Nicolaysen Sørnes wrote:
Add a 'home' link to the top of the AppDB menu to make the front page more accessible.
$g = new htmlmenu("AppDB");
- $g->add('Home', BASE.'index.php');
What is more accessible in "AppDB" -> "Home" compared to "WineHQ Menu" -> "AppDB"?
I see no difference.
I thought people would expect, or find it easier, to have a home link as the first item in a menu.
+1 to the Home feature.
James McKenzie