liquid_feedback_frontend

changeset 1722:1e8469114b3c

Added hook for logo only on start page
author bsw
date Tue Sep 28 09:15:27 2021 +0200 (2021-09-28)
parents 89f524f1d185
children 0b43b2485930
files app/main/index/index.lua
line diff
     1.1 --- a/app/main/index/index.lua	Mon Sep 27 13:10:23 2021 +0200
     1.2 +++ b/app/main/index/index.lua	Tue Sep 28 09:15:27 2021 +0200
     1.3 @@ -53,6 +53,9 @@
     1.4    end }
     1.5  
     1.6    ui.cell_sidebar{ content = function()
     1.7 +    if config.logo_startpage then
     1.8 +      config.logo_startpage()
     1.9 +    end
    1.10      execute.view{ module = "index", view = "_head" }
    1.11      
    1.12      execute.view{ module = "index", view = "_sidebar_motd" }

Impressum / About Us