diff options
author | deva <deva> | 2009-07-24 13:59:36 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-24 13:59:36 +0000 |
commit | 408c7c5b36e1058a76741a22876593ee8c042dd4 (patch) | |
tree | 2fa4fb2a1586a0019349f3da569cbb1fc86c3dc5 /server/src/template.h | |
parent | c0392425fbc024084da9c626fa47814a34eba3e7 (diff) |
Introduced a new template tag called 'header' to replace the macro-tag-with-header-attribute construct.
Diffstat (limited to 'server/src/template.h')
-rw-r--r-- | server/src/template.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/template.h b/server/src/template.h index f39baac..ac5900f 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -65,6 +65,7 @@ public: Widget window; std::map< std::string, std::string > attributes; Resume resume; + bool isHeader; }; class Course { |