X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1a9e56607eae2df2f4522b41294d94cb09fc4e5c..6bcda2f73da605d48279341b1905c1b234a39368:/ui-shared.c?ds=sidebyside diff --git a/ui-shared.c b/ui-shared.c index 1a84afc..838437c 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -65,6 +65,13 @@ const char *cgit_hosturl() return fmtalloc("%s:%s", ctx.env.server_name, ctx.env.server_port); } +const char *cgit_currenturl() +{ + if (!ctx.qry.url) + return cgit_rooturl(); + return ctx.qry.url; +} + const char *cgit_rooturl() { if (ctx.cfg.virtual_root) @@ -144,10 +151,10 @@ static void site_url(const char *page, const char *search, const char *sort, int { char *delim = "?"; - if (ctx.cfg.virtual_root) - html_attr(ctx.cfg.virtual_root); + if (!page) + html_attr(cgit_currenturl()); else - html_url_path(ctx.cfg.script_name); + html_attr(cgit_rooturl()); if (page) { htmlf("?p=%s", page); @@ -952,7 +959,7 @@ void cgit_print_pageheader(void) NULL, NULL, 0); html(""); html("
\n"); html("