News:

Get the latest news and updates on SimpleDesk!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - MultiformeIngegno

#1
Site Comments / Slider on home page
March 06, 2010, 08:30:44 AM
Hello!! ;)
I like the sliding box in home page and I'd be really grateful if you can post here the code used... :-[ :P
#2
Site Comments / Wireless template bug
March 05, 2010, 06:53:31 PM
Hello! :)
Wireless template doesn't work.. if you try to login in from here you always receive the "You should fill in a username" error... ;)
#3
General Discussion / SSI
March 05, 2010, 12:46:42 PM
Hi all! :)
Sorry to post this here... I need little advices.. :D

I use this code (of course I require this 2 files in another php file):

header.php:

<?php
error_reporting
(E_ALL);

// Which Theme are we using?
$ssi_theme 1;

$context['outside_forum'] = true;
$ssi_maintenance_off true;

// Layers to be utilized
$ssi_layers = array('html');

// Change "true" to "false" to disable Gzip if not supported on your server
$ssi_gzip true;

//This is the SSI.php file in the Board dir.
require('mypath/SSI.php');
?>



footer.php:

<?php
ssi_shutdown
();
?>



How can I specify a <title>Custom Title</title>? <head> tags appear already.. I can't simply add it after requiring header.php...