|
Lines 84-90
C4::Auth - Authenticates Koha users
Link Here
|
| 84 |
template_name => "opac-main.tmpl", |
84 |
template_name => "opac-main.tmpl", |
| 85 |
query => $query, |
85 |
query => $query, |
| 86 |
type => "opac", |
86 |
type => "opac", |
| 87 |
authnotrequired => 1, |
87 |
authnotrequired => 0, |
| 88 |
flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, |
88 |
flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, |
| 89 |
} |
89 |
} |
| 90 |
); |
90 |
); |
|
Lines 108-114
automatically. This gets loaded into the template.
Link Here
|
| 108 |
template_name => "opac-main.tmpl", |
108 |
template_name => "opac-main.tmpl", |
| 109 |
query => $query, |
109 |
query => $query, |
| 110 |
type => "opac", |
110 |
type => "opac", |
| 111 |
authnotrequired => 1, |
111 |
authnotrequired => 0, |
| 112 |
flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, |
112 |
flagsrequired => {borrow => 1, catalogue => '*', tools => 'import_patrons' }, |
| 113 |
} |
113 |
} |
| 114 |
); |
114 |
); |
| 115 |
- |
|
|