new: [singleView:sidePanels] Added new `html` side panel template to feed any HTML into the view

notes
Sami Mokaddem 2024-01-30 09:00:06 +01:00
parent b0c45124f3
commit 6909e5feaf
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php
echo !empty($side_panel['html']) ? $side_panel['html'] : '';
?>