+++ This bug was initially created as a clone of Bug #513060 +++ > Also do you think maybe it is better to have the saved searched right at the > end of the frontpage.cgi instead of having it between the bugs and the flags > sections? just as it comes at the end of the links at the top of the frontpage, > Just a thought but maybe you have a better reason for having it where it is now > :). > The way the code is setup is it addes the saved search results to the standard search results in an array of hashes. So the template just loops through the results array and executes the same template code over and over. To be able to split the two sections up to match the menu at the top I will need to move the generic template code to a BLOCK and then I can call it whereever I need to. I will file a separate bug about that. Until then I dont think people will be too confused the way it is.