Go back to previous page
Forum URL: http://www.dombom.com/cgi-bin/dcforum/dcboard.cgi
Forum Name: FatBomb
Topic ID: 6
Message ID: 30
#30, RE: Different default results for one installation
Posted by kelvin brown on May-30-04 at 05:20 PM
In response to message #29
first make a copy of default-results.html

rename it something like option1-results.html


then in the skin, modify,
<% include "default-results.html" %> <% end %>

to use the new name,

<% include "option1-results.html" %> <% end %>

kelvin