I'm using Section Headers with pretty URLs in 1.9.2. I'm aiming for the following (URL-) structure:
Code: Select all
/page/section/sub-page
Code: Select all
/page/section-[number/ID]/sub-page
Code: Select all
string(51) "Smarty error: unable to read resource: "tpl_top:-1"" string(52) "Smarty error: unable to read resource: "tpl_head:-1"" string(52) "Smarty error: unable to read resource: "tpl_body:-1"
While the second issue is not that important to be solved, I see the first as a bug because I, for example, can't create URLs with the year as section-headers. It would give me /page/2009-1/sub-page, /page/2010-2/sub-page etc.
Or am I missing the option of defining the alias for a section header?
thanks,
Reto