From: Norbert B. <br...@ch...> - 2006-04-05 16:10:17
|
Code pasted bellow was removed from include/config.php3 and caused _#EDITITEM aliases to be unusable on pages other than AA admin (e.g. pages created in site module). Parsed urls are missing "/apc-aa/admin/" path. What was the reason for removing that code? I would like to put it back. === /** URL or URL path to call admin/edititem.php etc. * This is the variable to make _#EDITITEM alias, etc. * If your site has problem set... * $AA_INSTAL_EDIT_PATH = "/".$AA_BASE_DIR; */ $AA_INSTAL_EDIT_PATH = AA_INSTAL_URL; // do not change === norbert br...@ch... |