cubecart / v6

CubeCart Version 6
https://cubecart.com
72 stars 59 forks source link

More Sidebar Content #3483

Closed bhsmither closed 5 months ago

bhsmither commented 6 months ago

In the admin template common.search.php, there is $SIDEBAR_CONTENT.

Plugins can add more content here, but there is no place in the core code that assigns a global array to this Smarty variable - such like as seen at the end of controller.admin.session.true.inc.php.

abrookbanks commented 5 months ago

I'd have thought there are a few hook options that can be used to use the smarty assign method.