SourceForge: woof/woof: changeset 120:261474763196
Show version in header
authorAshok P. Nadkarni <apnadkarni@users.sourceforge.net>
Wed Nov 11 17:22:28 2009 +0530 (2 weeks ago)
changeset 120261474763196
parent 119b149bd7547bb
child 121a5d7e4cc6a20
Show version in header
app/controllers/_woof/docs/ug_controller.tcl
     1.1 --- a/app/controllers/_woof/docs/ug_controller.tcl	Wed Nov 11 15:30:41 2009 +0530
     1.2 +++ b/app/controllers/_woof/docs/ug_controller.tcl	Wed Nov 11 17:22:28 2009 +0530
     1.3 @@ -2,7 +2,7 @@
     1.4  
     1.5  oo::class create UgController {
     1.6      superclass ApplicationController
     1.7 -    variable _toc _dispatchinfo
     1.8 +    variable _toc
     1.9      constructor args {
    1.10          # Very important to pass arguments to parent
    1.11          next {*}$args
    1.12 @@ -111,7 +111,7 @@
    1.13  
    1.14          # Set page title based on the section
    1.15          pagevar set title "Woof! - [my _heading]"
    1.16 -        pagevar set module_subheading "User Guide"
    1.17 +        pagevar set module_subheading "User Guide (Version [::woof::version])"
    1.18      }
    1.19  
    1.20      method _heading {{action ""}} {