dynamic header logo

main
alexanderroese 2024-06-22 10:49:18 +02:00
parent 957eba590f
commit a28840a928
1 changed files with 2 additions and 2 deletions

View File

@ -185,9 +185,9 @@
assign shx_header_logo = settings.logo
if shx_current_page contains "texte"
assign shx_header_logo = settings.shx_logo2
assign shx_header_logo = settings.shx_logo2 | image_url
elsif shx_current_page contains "figuren"
assign shx_header_logo = settings.shx_logo2
assign shx_header_logo = settings.shx_logo2 | image_url
endif
%}