blanktheme

Changeset 321

Show
Ignore:
Timestamp:
10/20/08 07:02:20 (17 months ago)
Author:
mateo
Message:

[blanktheme] Improvement in the favicon code and head.htm file

Location:
trunk/themes/blanktheme/templates
Files:
11 modified

Legend:

Unmodified
Added
Removed
  • trunk/themes/blanktheme/templates/head.htm

    r315 r321  
    11<!--[* $Id$ *]--> 
     2<head profile="http://www.w3.org/2005/10/profile"> 
     3 
    24<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=<!--[charset]-->" /> 
    35<title><!--[title]--></title> 
     
    1012 
    1113<link rel="alternate" href="backend.php" type="application/rss+xml" title="<!--[sitename]-->" /> 
    12 <link rel="icon" href="<!--[$imagepath]-->/icon.ico" type="image/ico" /> 
    13 <link rel="shortcut icon" href="<!--[$imagepath]-->/favicon.ico" /> 
     14<link rel="icon" type="image/x-icon" href="<!--[$imagepath]-->/favicon.ico" /> <!--[* W3C *]--> 
     15<link rel="shortcut icon" type="image/ico" href="<!--[$imagepath]-->/favicon.ico" /> <!--[* IE *]--> 
    1416 
    1517<!--[pnpageaddvar name='javascript' value='javascript/openwindow.js']--> 
     
    2022<!--[bt_htmloutput section='head']--> 
    2123 
     24<!--[* Include additional stuff if exist *]--> 
     25<!--[if $additionalhead]--><!--[$additionalhead]--><!--[/if]--> 
     26 
    2227<!--[* Uncomment the following plugin when you use Scribite *]--> 
    2328<!--[* Remove this line 
    24 <!--[if $current neq 'home']--><!--[scribite]--><!--[/if]--> 
     29<!--[if $current AND $current neq 'home']--><!--[scribite]--><!--[/if]--> 
    2530Remove this line *]--> 
     31 
     32</head> 
  • trunk/themes/blanktheme/templates/master.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- Master template --> 
  • trunk/themes/blanktheme/templates/modules/admin.htm

    r272 r321  
    44         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    55<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    6 <head> 
    76<!--[modulestylesheet stylesheet='admin.css' modname='admin' xhtml=true]--> 
     7<!--[capture assign='additionalhead']--> 
     8<link rel="stylesheet" href="<!--[$themepath]-->/style/admin.css" type="text/css" media="screen,projection" /> 
     9<!--[/capture]--> 
    810<!--[include file='head.htm']--> 
    9 <link rel="stylesheet" href="<!--[$themepath]-->/style/admin.css" type="text/css" media="screen,projection" /> 
    10 </head> 
    1111 
    1212<!-- Admin template --> 
  • trunk/themes/blanktheme/templates/modules/calendar.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- Calendar template --> 
  • trunk/themes/blanktheme/templates/modules/downloads.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- Downloads template --> 
  • trunk/themes/blanktheme/templates/modules/forum.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- Forum template --> 
  • trunk/themes/blanktheme/templates/modules/home.htm

    r262 r321  
    99         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    1010<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    11 <head> 
    1211<!--[include file='head.htm']--> 
    13 </head> 
    1412 
    1513<!-- Home template --> 
  • trunk/themes/blanktheme/templates/modules/nocolumns.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- NoColumns template --> 
  • trunk/themes/blanktheme/templates/modules/noleftcolumn.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- NoLeftColumn template --> 
  • trunk/themes/blanktheme/templates/modules/norightcolumn.htm

    r308 r321  
    88         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- NoRightColumn template --> 
  • trunk/themes/blanktheme/templates/modules/relay.htm

    r308 r321  
    88     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    99<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--[lang]-->"> 
    10 <head> 
    1110<!--[include file='head.htm']--> 
    12 </head> 
    1311 
    1412<!-- Relay template --> 
 
 
Powered by Trac
Design by Arcsin