Page 1 of 1

Administrator Frontpage content

Posted: Tue Apr 07, 2009 2:58 pm
by bfelman
Hi,all
The question is how can i add some custom links on administrator frontpage :?:

Re: Administrator Frontpage content

Posted: Tue Apr 07, 2009 3:17 pm
by garvinhicking
Hi!

You can either edit the index.tpl template file of a custom admin template (like templates/default/admin/index.tpl) or you can create an event plugin that listens on the backend_frontpage_display event hook and creates some output.

Regards,
Garvin