HTML Template Reference
Mini Store Script comes with a fully functional mini site template, which is search engine optimized and very light. You can use this template to create mini sites immediately or customize it to suit your needs. The default template already setup with a general privacy policy and contact page, plus templates for the header and footer to get you started quickly.
These are all the HTML template files:
| Template File | Description |
| template.html | This is the main page layout for your entire mini site. You only need to replace the contents of this file to change the layout of your mini site. |
| header.html | Contains HTML for the header of your mini site. |
| footer.html | Contains HTML for the footer of your mini site. |
| content-top.html | Contains HTML code that is typically displayed above the eBay listings. |
| content-bottom.html | Contains HTML code that is typically displayed below the eBay listings. |
| ad-sidebar-top.html | Contains HTML code that is typically displayed above the keyword list in the side bar. |
| ad-sidebar-bottom.html | Contains HTML code that is typically displayed below the keyword list in the side bar. |
| video.html | Contains HTML code to display YouTube videos. |
| contact.html | Contains your default contact information. |
| privacy.html | Contains your default privacy policy. |
| statcounter.html | This file is used to add stat counter code, such as Google Analytics or Stat Counter. The stat counter HTML code should be unique for each mini site you build. |
Notes
- Each of the template files are parsed by the text token engine to replace any tokens you include in the HTML template. You can include any of the text tokens in your HTML source and they will be replaced automatically.
- Any time you reference local resources such as images or style sheets, you must use relative paths and include a leading slash. For example, to display your site logo, the reference to the logo file should be like this: /images/logo.jpg
- If you plan to use a generic block of text in the content top section, I recommend you use the {keyword} token to make the content unique on each page. For example:
At {site-name}, you will find the largest selection of {keyword} on eBay. Make sure you return often because new {keyword} are added all the time.

