diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 04:12:16 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 04:12:16 +0000 |
commit | 9d1d1844b306218d3a926fe0a93bb7100268d80f (patch) | |
tree | 8283d35e1b6cca53f6106511faf89c2872adba3a /ikiwiki | |
parent | 63451844f6796a4aa14ac4341d7dfbce3e9d7903 (diff) |
optional template
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -693,6 +693,7 @@ sub cgi_signin ($$) { #{{{ javascript => 0, params => $q, action => $q->request_uri, + template => (-e "$templatedir/signin.tmpl" ? "$templatedir/signin.tmpl" : "") ); $form->sessionid($session->id); |