| [ Index ] |
PHP Cross Reference of Nucleus CMS 3.32 |
[Summary view] [Print] [Text view]
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 3 <html> 4 <head> 5 <title><%blogsetting(name)%></title> 6 7 <!-- some meta information (search engines might read this) --> 8 <meta name="generator" content="<%version%>" /> 9 <meta name="description" content="<%blogsetting(desc)%>" /> 10 11 <!-- stylesheet definition (points to the place where colors --> 12 <!-- and layout is defined --> 13 <link rel="stylesheet" type="text/css" href="<%skinfile(default.css)%>" /> 14 15 <!-- alternative versions (rss/atom feeds) --> 16 <link rel="alternate" type="application/rss+xml" title="RSS" href="<%blogurl%>xml-rss2.php" /> 17 <link rel="alternate" type="application/atom+xml" title="Atom" href="<%blogurl%>atom.php" /> 18 <link rel="EditURI" type="application/rsd+xml" title="RSD" href="<%blogurl%>rsd.php" /> 19 20 <!-- prevent caching (can be removed) --> 21 <meta http-equiv="Pragma" content="no-cache" /> 22 <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" /> 23 <meta http-equiv="Expires" content="-1" /> 24 25 <!-- extra navigational links --> 26 <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" /> 27 <link rel="archives" title="Archives" href="<%archivelink%>" /> 28 <link rel="top" title="Today" href="<%todaylink%>" /> 29 30 </head> 31 <body> 32 33 <!-- this is a normally hidden link, included for accessibility reasons --> 34 <a href="#navigation" class="skip">Jump to navigation</a> 35 36 <div class="contents">
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Feb 12 15:34:36 2008 | Cross-referenced by PHPXref 0.7 |