# HG changeset patch # User bsw # Date 1632813327 -7200 # Node ID 1e8469114b3c7e174eb41420a323bae5e60420d6 # Parent 89f524f1d1855b27039ffdaa20e076caf91564f3 Added hook for logo only on start page diff -r 89f524f1d185 -r 1e8469114b3c app/main/index/index.lua --- a/app/main/index/index.lua Mon Sep 27 13:10:23 2021 +0200 +++ b/app/main/index/index.lua Tue Sep 28 09:15:27 2021 +0200 @@ -53,6 +53,9 @@ end } ui.cell_sidebar{ content = function() + if config.logo_startpage then + config.logo_startpage() + end execute.view{ module = "index", view = "_head" } execute.view{ module = "index", view = "_sidebar_motd" }