hyperlink - Drupal 7 how to write a clean url link in Panels, or Content Node -


i have enabled clean urls , working fine. how ever have panel page link. link goes somethinglike this.

<a href="?q=pagename"> 

now, lets on panel page(i think same thing happen on other custom content pages) , let's call panelpage , press link, url end being, panelpage?q=pagename (the whole url = localhost/sitename/panelpage?q=pagename).

my question is, there way write link, coume out clean url? sitename/pagename ?

please help. thanks

use l($text, $path, array $options = array()) generate links.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -