[ Index ]

PHP Cross Reference of Nucleus CMS 3.32

title

Body

[close]

/skins/default/ -> head.inc (source)

   1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   3  
   4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   5  <head>
   6  
   7  <!-- meta information for search engines -->
   8  <meta name="generator" content="<%version%>" />
   9  <meta name="name" content="<%if(skintype,error)%><%sitevar(name)%><%else%><%blogsetting(name)%><%endif%>" />
  10  <meta name="description" content="<%if(skintype,error)%><%sitevar(name)%><%else%><%blogsetting(desc)%><%endif%>" />
  11  
  12  <!-- prevent caching (can be removed) -->
  13  <meta http-equiv="Pragma" content="no-cache" />
  14  <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
  15  <meta http-equiv="Expires" content="-1" />
  16  
  17  <!-- site stylesheet (site colors and layout definitions) -->
  18  <link rel="stylesheet" type="text/css" href="<%skinfile(default_right.css)%>" />
  19  
  20  <!-- tooltips & stylesheet (activated by title="" on links) -->
  21  <link rel="stylesheet" type="text/css" href="<%skinfile(nicetitle.css)%>" />
  22  <script type="text/javascript" src="<%skinfile(nicetitle.js)%>"></script>
  23  
  24  <!-- RSS 2.0 feed -->
  25  <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
  26  
  27  <!-- RSD support -->
  28  <link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />
  29  
  30  <!-- favorite icon -->
  31  <link rel="shortcut icon" href="/favicon.ico" />
  32  <link rel="icon" href="/favicon.ico" />
  33  
  34  <!-- navigation & page titles -->
  35  <%parsedinclude(navigation.inc)%>


Generated: Tue Feb 12 15:34:36 2008 Cross-referenced by PHPXref 0.7