absolute url in site-name link to frontpage
sedmi - November 20, 2008 - 15:22
| Project: | Pathologic |
| Version: | 6.x-1.1-beta13 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have installed this module to make my site-name link to frontpage absolute url, but had no success. Currently i have this:
<div id="site-name"><a href="/" title="Home">Example</a></div>and I would like this:
<div id="site-name"><a href="http://www.example.com/" title="Home">Example</a></div>
#1
Is this in a template instead of in node content? Pathologic only operates on node content - it can't touch links in templates.
If it *is* in the content, then try linking to "<front>" .
#2
yes, i u understand now. I tried to solve my problem with absolute internal links through site with it.