Changeset 211 for trunk/lib/Directory.cc
- Timestamp:
- Sep 15, 2006, 1:19:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Directory.cc
r210 r211 146 146 std::ofstream os(html_name.c_str()); 147 147 assert(os.good()); 148 print_header(os, name(), level_+2 );148 print_header(os, name(), level_+2, line_type, local_path()+"/index.html"); 149 149 path_anchor(os); 150 150 os << "<p align=center>\n<img src='"
Note: See TracChangeset
for help on using the changeset viewer.