Text Token Reference

Here are all the text tokens available to use in your HTML templates:

TokenDescription
{site-url}The URL to your mini site. The URL must contain a trailing slash, like this: http://www.ministorescript.com/
{site-name}Generic site name. Your site name should be descriptive (but brief) and contain your main site keywords for better search engine placement. The site name is commonly used in the page title and as the anchor text for links that point to the main site.
{site-description}A keyword rich description of your mini site. This is typically used in the alt and title tags on links that point to the main site.
{site-keyword}The main keyword for your mini site niche. This value is used as the first keyword in your keyword list and specifies which eBay listings are loaded on the home page.
{keyword}The keyword for the current page. This value will be the same as the site keyword if you are on the home page.
{encoded-keyword}A URL encoded copy of the current page keyword. This value is used for the YouTube video module to pass the keyword in a URL.
{meta-keywords}Contains a comma-separated list of the first 20 keywords in your keyword list and is commonly used to populate the meta keywords.
{meta-description}The meta description from your configuration file after the template is applied.
{page-title}Current page title from your configuration file after the template has been applied.
{site-contact}Contains your contact information from the $cfg['site-contact'] setting in the configuration file.
{keyword-list}The HTML version of the keywords read from your keyword text file. The Mini Store Script replaces this value with a list of keywords separated by <li> tags. Make sure you wrap this token in <ul> tags, like this: <ul>{keyword-list}</ul>.
{header}Displays the contents of the header template. This file is header.html in the templates folder.
{footer}Displays the contents of the footer template. This file is footer.html in the templates folder.
{content}Displays either the dynamic eBay listings or content from the contact or privacy policy pages.
{video-content}Displays a YouTube video related to your current page keyword, if $cfg['display-video'] = 1.
{content-top}Displays the contents of the top content template. This token is usually placed before the {content} token to show HTML before your eBay listings. This file is content-top.html in the templates folder.
{content-bottom}Displays the contents of the bottom content template. This token is usually placed after the {content} token to show HTML after your eBay listings. This file is content-bottom.html in the templates folder.
{sidebar-top-ad}Displays the contents of the top side bar ad. This file is ad-sidebar-top.html in the templates folder.
{sidebar-bottom-ad}Displays the contents of the bottom side bar ad. This file is ad-sidebar-bottom.html in the templates folder.
{stat-counter}Inserts the contents of the stat counter template. This should be placed just before the </body> tag in your HTML template. This file is statcounter.html in the templates folder.
{copyright-year}Value for the copyright year. This can be either a single year such as 2008 or a range like 2007-2008.