Changeset 12

Show
Ignore:
Timestamp:
21/08/06 18:34:42 (7 years ago)
Author:
dez
Message:

Fixes : to - in page title

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • index.php

    r9 r12  
    1515 
    1616$smarty = new Smarty; 
    17 $smarty->assign("title","Front Page"); 
     17$smarty->assign("title","Home"); 
    1818$smarty->display("index.tpl"); 
    1919?> 
  • templates/head.tpl

    r9 r12  
    44 
    55<head> 
    6         <title>{$title} : SUCS</title> 
     6        <title>{$title} - SUCS</title> 
    77        <link rel="SHORTCUT ICON" href="favicon.ico" /> 
    88