Show sourcecode

The following files exists in this folder. Click to view.

test/incl/

blokket/
blokket2/
byline.php
config.php
default.php
footer.php
header.php
header_original.php
report-aside.php
reports/
style-aside.php
test/

footer.php

1 lines UTF-8 Unix (LF)
1
</div> <!-- end of #content -->

<?php $currentURL = getCurrentUrl(); ?>

<!-- Footer -->
<div id="fixedbottom"></div>

<!-- <img src="img/cityskylinesilhouette_big.png" alt="The Gotham City skyline silhouette"> -->
<div id="footer">
<!--<hr>-->
<footer id="bottom">
<!-- The "CSS-conformation" icon/link -->
  <p style="text-align:center;">
  <a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px;"
      src="//jigsaw.w3.org/css-validator/images/vcss-blue"
      alt="Valid CSS!" />
  </a>
  </p>
  
  <!-- Added | separators between the links. -->
  <p style="text-align:center;">Tools:
  <a href="http://validator.w3.org/check/referer">HTML5</a> |
  <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> |
  <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3">CSS3</a> |
  <a href="http://validator.w3.org/unicorn/check?ucn_uri=referer&amp;ucn_task=conformance">Unicorn</a> |
  <a href="http://validator.w3.org/i18n-checker/check?uri=<?php echo $currentURL ?>">i18n</a> |
  <a href="http://validator.w3.org/checklink?uri=<?php echo $currentURL ?>">Links</a> |
  <a href="viewsource.php">Sourcecode</a>
  </p>

  <p style="text-align:center;">Manuals:
  <a href="http://www.w3.org/2009/cheatsheet/">Cheatsheet</a> |
  <a href="http://dev.w3.org/html5/spec/">HTML5</a> |
  <a href="http://www.w3.org/TR/CSS2/">CSS2</a> |
  <a href="http://www.w3.org/Style/CSS/current-work">CSS3</a> |
  <a href="http://php.net/manual/en/index.php">PHP</a>
  </p>
  
  <!-- Beräkna tiden det tog att generera sidan. -->
  <?php if(isset($pageTimeGeneration)) : ?>
  <p style="text-align:center;">Page generated in <?php echo round(microtime(true)-$pageTimeGeneration, 5); ?> seconds</p>
  <?php endif; ?>
</footer>



</div>

</body>
</html>