Closed (fixed)
Project:
Pathologic
Version:
6.x-1.1-beta13
Component:
Miscellaneous
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2008 at 15:22 UTC
Updated:
3 Jun 2010 at 03:07 UTC
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>
Comments
Comment #1
Garrett Albright commentedIs 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>" .
Comment #2
sedmi commentedyes, i u understand now. I tried to solve my problem with absolute internal links through site with it.
Comment #3
Garrett Albright commented