diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 960f5886c..dc005d815 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,5 +1,6 @@ 2005-11-02 Don Allingham - * src/plugins/NavWebPage.py: fix surnames/surnames_count problem + * src/plugins/NavWebPage.py: fix surnames/surnames_count problem, + fix intro/home page naming issue 2005-11-01 Don Allingham * src/plugins/NavWebPage.py: fix private family records @@ -110,7 +111,6 @@ * src/PedView.py: escape xml-specialchars because of use_markup * src/UrlEdit.py: escape xml-specialchars because of use_markup - 2005-10-18 Don Allingham * src/Report.py: bumped the maximum generations to 999 from 31 diff --git a/gramps2/src/plugins/NavWebPage.py b/gramps2/src/plugins/NavWebPage.py index 28c5b15f3..43eb1fcd3 100644 --- a/gramps2/src/plugins/NavWebPage.py +++ b/gramps2/src/plugins/NavWebPage.py @@ -141,6 +141,7 @@ class BasePage: self.photo_list = photo_list self.exclude_private = not options.handler.options_dict['NWEBincpriv'] self.usegraph = options.handler.options_dict['NWEBgraph'] + self.use_home = self.options.handler.options_dict['NWEBhomenote'] != "" def store_file(self,archive,html_dir,from_path,to_path): if archive: @@ -290,15 +291,24 @@ class BasePage: of.write('

%s

\n' % self.title_str) of.write('