The following commit has been merged in the master branch:
commit b06d2d6bf65379030a5d8233c96dac01ba2b7556
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Tue Feb 5 22:10:22 2008 +0100

    html/menu.inc: rename to html/util.inc
    
    No reason to include yet another include file, so
    give this one a more general name.

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
 -%]
 <!-- show.tmpl -->
-[% PROCESS 'html/menu.inc' %]
+[% PROCESS 'html/util.inc' %]
 [% FOREACH s IN suites %]
    [% '<div id="pothers">' 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 %]
    [% '<div id="pothers">' 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

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to