website diff webchat.php @ rev 946

Add forum activity to main pages
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 20:28:01 2012 +0100 (2012-03-13)
parents f2f7758d9a72
children 4bbaaeaa0a40
line diff
     1.1 --- a/webchat.php	Sun Mar 11 20:22:30 2012 +0100
     1.2 +++ b/webchat.php	Tue Mar 13 20:28:01 2012 +0100
     1.3 @@ -4,13 +4,10 @@
     1.4  <head>
     1.5  	<title>SliTaz - Web chat</title>
     1.6  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.7 -	<meta name="description" content="slitaz webchat" />
     1.8 -	<meta name="keywords" lang="en" content="slitaz irc chat support" />
     1.9 -	<meta name="robots" content="index, follow, all" />
    1.10 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.11 +	<meta name="description" content="SliTaz Webchat - Connect to #slitaz on Freenode IRC" />
    1.12 +	<meta name="keywords" lang="en" content="slitaz irc, slitaz chat, slitaz support" />
    1.13  	<meta name="author" content="Christophe Lincoln"/>
    1.14 -	<link rel="shortcut icon" href="favicon.ico" />
    1.15 -	<link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.16 +	<?php include("lib/html/meta-link.html"); ?>
    1.17  </head>
    1.18  <body>
    1.19