by Mick in Tutorials on 27 Feb 2010
<?php require("/home/*******/public_html/SSI.php"); $context['page_title_html_safe'] = 'title of the page goes here';template_header(); echo'Your content goes here';template_footer(); ?>
UNLIMITED DOWNLOADS: 50 Million+ Fonts & Design Assets
Quote from: Hoodie on 27 Feb 2010When I do this I get the following:No database selected
Quote from: Hoodie on 27 Feb 2010Ok, that's weird. I just recopied the code and uploaded it again and now it works. Don't know what went wrong the first time.
$context['page_title_html_safe'] = 'title of the page goes here';
$context['page_title']= 'title of the page goes here';
require("/home/*******/public_html/SSI.php");
Subscribe to our mailing list and get interesting content and updates.