From c4575213df3077d1b9956dd12132f13ba7567970 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Tue, 3 Nov 2009 17:34:16 -0500 Subject: [PATCH] metaform: display page has edit link at top --- metaform/template.html | 3 +++ session.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/metaform/template.html b/metaform/template.html index 7a4fb84..ef4e26c 100644 --- a/metaform/template.html +++ b/metaform/template.html @@ -48,6 +48,9 @@

~singular.cap~ details

+ +

Edit

+ diff --git a/session.php b/session.php index 26523c2..c3c1f44 100644 --- a/session.php +++ b/session.php @@ -170,7 +170,7 @@ function logged_in_as_admin() { } -# find existing session, or make one +# find existing session, or make one (name "session_init" was taken) function init_session() { if(!session_exists()) { session_new(); -- 1.7.10.4
~caption.html~: