add empty topmenu function so it can be implemented seperately

This commit is contained in:
Pim Snel 2007-01-05 14:15:23 +00:00
parent 213d694121
commit baf3f4bd7f

View File

@ -29,4 +29,7 @@ class jerryr_framework extends idots_framework
{
$this->idots_framework($template);
}
function topmenu()
{}
}