From cf3021ef3f5cb839195585d601de76df519da510 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 21 Aug 2006 22:27:02 +0000 Subject: * Fixed a bug with previews of subpages having broken links to top-level pages. * Change how the stylesheet url is determined in the templates: Remove STYLEURL and add BASEURL to all templates (some already had it). This new more general variable can be used to link to other things (eg, images) from the template, as well as stylesheets. --- templates/editpage.tmpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'templates/editpage.tmpl') diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index 1ee4c4947..27155f5cf 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -2,12 +2,10 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - - <TMPL_VAR FORM-TITLE> - + -- cgit v1.2.3