Page 1 of 1

Easy way to add custum header?

Posted: 2016-03-24 17:37
by peteraj
Hi All,

Does anybody know an easy (quick n dirty) way to add a custom logo at the top of the page, without messing with css?

Thank you very much

Regards
Peter

Re: Easy way to add custum header?

Posted: 2016-03-25 00:49
by peebee
You can insert html to specific table headers using the tablename_header() hook:

http://bigprof.com/appgini/help/advance ... ame_header

Or you can add some global header html to all pages using the header-extras.php file (also found in the hooks folder - only available after V5.40)

You will likely have to add some CSS (even bootstrap classes) to get it to place nicely and perform responsively though.

Re: Easy way to add custum header?

Posted: 2016-03-26 12:26
by peteraj
Thank you, that seems like at fair solution / workaround, until I get to learn more about the mysteries of css! ;-)