Fifth pass at adding key files
This commit is contained in:
15
site/glist/templates/common/local/globals.txt
Normal file
15
site/glist/templates/common/local/globals.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# This file is auto generated and contains a perl hash of
|
||||
# your template globals.
|
||||
# Generated on: Mon Oct 30 09:48:53 2017
|
||||
|
||||
{
|
||||
'fetch_lists' => 'sub {
|
||||
my $tab = $DB->table(\'Lists\');
|
||||
$tab->select_options(\'ORDER BY lst_title\');
|
||||
|
||||
my $lists = $tab->select()->fetchall_hashref;
|
||||
return { lists_loop => $lists };
|
||||
}'
|
||||
};
|
||||
|
||||
# vim:syn=perl:ts=4:noet
|
Reference in New Issue
Block a user