View Ticket
Not logged in
Ticket UUID: b7b9a4d6eed812252bf189762dde0a147b57db82
Title: TH variable "$current_page" does not show the expected value
Status: Open Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Open
Last Modified: 2010-04-26 19:33:10
Version Found In: 7c37b46b12
Description & Comments:
Add code such as:
html "$current_page"

to the 'header'. Notice that the value display changes as you move from page to page. Notice further that all 'doc/...' pages say 'doc', and not the name of the actual page! This essential renders this variable useless.


ron added on 2010-04-26 19:33:10:
Oof. I mean to type:

html "<a href='$current_page'>$current_page</a>"