I am trying to set the menus up so that all menus, on all the pages thoughout the site use the same resources at mysite/menu/ this way if we modify the main resource and it effects all menus on all pages.
I have tried and tried to define a "global" path but the problem is not so simple because we have a SSL certificate, and there very picky about insescured paths or images and will give warnings.
I cannot just use a absolute path like "http://mysite.com/cms/styles.css" that will cause warnings when viewing a page via https://
Like Wise I cant use absolute https://mysite.com/menu/ect.js because if that will slow the pages down considerabley during unsecred (http://) sessions
I cant use relative path because they are specific (../) one level (../../) two levels ect. and would need to be totally configured for each level
ermmm Im pulling my hair out because I tried everything and I know it must be possible but im getting to deep now.
I even tried doing it using php like this:
<?php
define("menu_path", "/menu");
?>
U have tried usign server variables:
<? echo $_SERVER['HTTP_HOST']?>
<? echo $_SERVER['DOCUMENT_ROOT']?>
<? echo $_SERVER['SERVER_NAME']?>
And they dont work :\
I tried so many ways but its not working for me ~sulks~ and now Im really stuck. I mean just explaining it makes muh head hurt
Is there a simple way to go backwards to the root directory kinda like (../) but work no matter how deep the path is??
I wrote to the Milonic team and no answer and Ive been trying for days now and out of ideas.. if it wasnt for this SSL cert It would be easy but im soo stuck now

Anyone please please please Help??? How can I do this?
~sits in the corner~
Kendra
HELP ME PLEAAASEEEEE SOMEONE ??