Closed (fixed)
Project:
A Sync Template
Version:
6.x-1.9
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2009 at 16:18 UTC
Updated:
21 Jun 2010 at 19:52 UTC
Very slick looking theme. I encountered a minor problem while playing around with it.
On node pages, the link provided by the title was missing a slash. It would print out:
www.example.com/contentname-of-article
instead of
www.example.com/content/name-of-article
I seem to have gotten it working by adding a slash to the following line in the page.tpl.php after base_path() ,
if($is_front){
print $title
}
Comments
Comment #1
sockah commentedWoops, forgot to put the code in code tags.
Comment #2
finex commentedAnd what if you don't use "content/" substring in the path?
Comment #3
mike27 commentedsubscribing
i have the same problem... Anyone please?
Comment #4
finex commentedI've fixed the template. The fix will is in the 6.x-1.10 version.
Comment #5
finex commented