more consistency to plugins

This commit is contained in:
Friendika 2011-02-23 19:54:29 -08:00
parent 15780914ec
commit b92150297f
4 changed files with 13 additions and 2 deletions

View file

@ -10,7 +10,7 @@ function calc_uninstall() {
}
function calc_app_menu($a,&$b) {
$b['app_menu'] .= '<a href="calc">Calculator</a><br />';
$b['app_menu'] .= '<div class="app-title"><a href="calc">Calculator</a></div>';
}