Differences From:
File
src/style.c
part of check-in
[50a58adb76]
- Many changes and bug fixes in the wiki processing. Moving toward
a workable wiki system. The "Home" menu option now takes you to
the wiki page whose name is the same as the Project Name. There
is a "wcontent" page, but no link to it yet. Many other changes.
by
drh on
2007-10-10 21:15:17.
[view]
To:
File
src/style.c
part of check-in
[218577e3af]
- Add the g.zBaseURL and g.zTop printouts to the test_env test page.
by
drh on
2007-10-11 01:56:57.
[view]
@@ -238,7 +238,9 @@
** WEBPAGE: test_env
*/
void page_test_env(void){
style_header("Environment Test");
+ @ g.zBaseURL = %h(g.zBaseURL)<br>
+ @ g.zTop = %h(g.zTop)<hr>
cgi_print_all();
style_footer();
}