Need help with ajax "hotlava" theme |
Subject: Need help with ajax "hotlava" theme by drummond on 2008/1/12 11:38:16 I'm developing a new theme for icms/xoops that has a lot of neat ajax features, simplicity to use and modify and such, but there are few things that I need help with. I'm going to use this thread for that. First of all, here's the theme: http://www.pageprogressive.com And here's what I need help with: 1) I want to include a menu file and I am currently doing it this way: <{php}> include ("http://www.pageprogressive.com/themes/hotlava/includes/menu.html"); <{/php}> But this method requires a hard coded link. How can I get the same effect of<{xoAppUrl /themes/hotlava/includes/menu.html}> inside a php snippet, or perhaps there is a better way to include rather than the php snippet. 2) http://webhost.bridgew.edu/etribou/layouts/rMenu/index.html[/d] Managed to figure this out afterall More to come! |