From b06d2d6bf65379030a5d8233c96dac01ba2b7556 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 5 Feb 2008 22:10:22 +0100 Subject: [PATCH] html/menu.inc: rename to html/util.inc No reason to include yet another include file, so give this one a more general name. --- templates/html/show.tmpl | 2 +- templates/html/suite_index.tmpl | 2 +- templates/html/{menu.inc => util.inc} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename templates/html/{menu.inc => util.inc} (100%) diff --git a/templates/html/show.tmpl b/templates/html/show.tmpl index 5389798..ff589b9 100644 --- a/templates/html/show.tmpl +++ b/templates/html/show.tmpl @@ -29,7 +29,7 @@ navigation = nav_arr -%] -[% PROCESS 'html/menu.inc' %] +[% PROCESS 'html/util.inc' %] [% FOREACH s IN suites %] [% '
' IF loop.first %] [%- IF s == suite -%] diff --git a/templates/html/suite_index.tmpl b/templates/html/suite_index.tmpl index baf70e4..d42c528 100644 --- a/templates/html/suite_index.tmpl +++ b/templates/html/suite_index.tmpl @@ -6,7 +6,7 @@ keywords = suite navigation = nav_arr %] -[% PROCESS 'html/menu.inc' %] +[% PROCESS 'html/util.inc' %] [% FOREACH s IN suites %] [% '
' IF loop.first %] [%- IF s == suite -%] diff --git a/templates/html/menu.inc b/templates/html/util.inc similarity index 100% rename from templates/html/menu.inc rename to templates/html/util.inc -- 2.39.2