Variable {SC_LIB_PUBLIC} return blank array in menu template (SC 9.0.006)

Hi,

{SC_LIB_PUBLIC} variable works ok in login template (external library), but in menu template, this return a blank array and not the correct path. I check this problem in demo server too. {SC_LIB_SCRIPTCASE} is working in login and menu external library.

Regards

Hello,

Could you confirm that this problem still exists?

Thanks!

Workaround for this problem :
we can use sc_url_library​ macro to avoid this problem. something like that:

<link href="<?php echo sc_url_library(‘sys’, ‘esempi’, ‘menu/css/menu01.css’); ?>" rel=“stylesheet” type=“text/css”> ​