themes/enanium/simple-header.tpl
author Dan
Thu, 17 Dec 2009 04:27:50 -0500
changeset 1168 277a9cdead3e
parent 921 a71de5e21423
child 1227 bdac73ed481e
permissions -rw-r--r--
Namespace_Default: added a workaround for an inconsistency in SQL. Basically, if you join the same table multiple times under multiple aliases, COUNT() always uses the first instance. Was affecting the comment counter in the "discussion" button.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
921
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     2
<html xmlns="http://www.w3.org/1999/xhtml">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     3
  <head>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     4
    <title>{PAGE_NAME} &bull; {SITE_NAME}</title>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     5
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     6
    {JS_DYNAMIC_VARS}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     7
    <link rel="stylesheet" type="text/css" href="{CDNPATH}/includes/clientside/css/enano-shared.css" />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     8
    <link rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css-extra/structure.css" />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
     9
    <link id="mdgCss" rel="stylesheet" type="text/css" href="{CDNPATH}/themes/{THEME_ID}/css/{STYLE_ID}.css" />
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    10
    {JS_HEADER}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    11
    {ADDITIONAL_HEADERS}
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    12
  </head>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    13
  <body class="simple">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    14
    <div id="header">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    15
      <h1>{PAGE_NAME}</h1>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    16
    </div>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    17
    <!-- Yes this is table based. For reliability reasons. -->
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    18
    <table border="0" cellspacing="0" cellpadding="0" id="body-wrapper">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    19
    <tr>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    20
      <td valign="top" id="cell-content">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    21
        <div id="content-wrapper" class="content">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    22
          <table border="0" cellspacing="0" cellpadding="0">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    23
          <tr>
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    24
          <td valign="top">
a71de5e21423 New primary theme: Enanium
Dan
parents:
diff changeset
    25
          <div id="ajaxEditContainer">