Support for disabled "clean url"
Cybso - September 1, 2008 - 20:47
| Project: | Quickmenu |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
This module will not work if "clean url" is not avaible. It should use drupal's url handler functions. I've attached a patch for quickmenu.module.
| Attachment | Size |
|---|---|
| quickmenu-5.x-1.3-no_clean_url-0.patch | 466 bytes |

#1
I've noted that drupal's url handling makes the test for absolute URLs obsolete, so i removed this code. Also I combined this patch with my modifications from Pre-Select item if current page is in trail.