Differences From:
File
src/style.c
part of check-in
[555911dff5]
- Render the header of every page using subscript. Add a setup page that
for editing that subscript.
by
drh on
2007-11-21 03:01:40.
[view]
To:
File
src/style.c
part of check-in
[bd667b1940]
- Get the name of the Login/Logout menu option right.
by
drh on
2007-11-21 03:17:53.
[view]
@@ -80,8 +80,9 @@
SbS_Store(p, "title", zTitle, 0);
SbS_Store(p, "baseurl", g.zBaseURL, 0);
if( g.zLogin ){
SbS_Store(p, "login", g.zLogin, 0);
+ zLogInOut = "Login";
}
SbS_Render(p, zHeader);
SbS_Destroy(p);