('Email:', prof.contact.email),
('Phone:', prof.contact.phone),
('Fax:', prof.lab_contact()),
- ('Page Title - This shows in the tab and title bar of the brower -- Google rates it highly:', name),
- ("Menu Title - This shows in the menus and navigation blocks -- it's usually a shorted version of the page title:", name),
- ("Breadcrumb Title - This shows in the breadcrumb trail -- it's usually a very short version of the page title:", name),
- ("See Also title - Other items that refer to this one will use this text:", name),
+ ('Page Title -', name),
+ ('Menu Title -', name),
+ ('Breadcrumb Title -', name),
+ ('See Also title -', name),
]
for field_name,value in settings:
if value == None: