Skins: Search

Used to show search results.

Very basic buildup for a searchresults page:

<html>
  <head>
    <title>My Weblog :: Search</title>
  </head>
  <body>

    <h1>Search</h1>
    <%searchform%>

    <h1>Searchresults</h1>
    <%searchresults(default)%>

  </body>
</html>

This will show search results using the 'default' template.

Skin Parts