Delicious Soy Recipes for Any Meal
Enter a search term in the field on the right, select a product or category, or do both to narrow your search as much as you want.
This is the default recipe home page before a search is made.
To override this content, create a file containing the HTML you want to display and point the home-page variable to it in the rTag config:
$config['home-page'] = 'http://example.com/recipes/home.html';
The URL needs to be fully-qualified as it will be referenced from the rTag server. Any <img> tags will also need to have fully-qualified URLs.
The content of the HTML file should be an HTML snippet, and NOT a complete HTML page with <html>, <head>, or <body> tags. The content is inserted into the template directly and not through a iFrame.