Files
Stefan c8a4d18f1a
Playwright Tests / test (push) Has been cancelled
added legacy code for reference
2026-06-04 14:56:43 +02:00

8 lines
262 B
JavaScript

(function () {
$ocms.ocmsmenu = [
{ lbl: '', id: 'm_home', ico: 'glyphicon glyphicon-home', fnc: 'init:home' }
, { fnc: 'separator' }
//, { fnc: 'separator' }
//, { lbl: $t.m_efa, id: 'm_efa', fnc: 'init:efa' }
];
})();