We can't evaluate the footer template as a globalVar because it won't have all the...
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 6 Jan 2009 07:11:37 +0000 (23:11 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 6 Jan 2009 07:11:37 +0000 (23:11 -0800)
commit025420785071bb8898f93a8da5721b8cf91f49e1
tree91fd65b905cbbdbff11a84b86ed8cb6a06701d41
parentb32f7396e4b148f0074ea53c7ff364a6f1e885dc
We can't evaluate the footer template as a globalVar because it won't have all the queries

* admin/global.php: Do not eval the footer template, but make a function to do it
* admin/templates/main.html: Call admin_footer() instead of $templates['footer']
admin/global.php
admin/templates/main.html