darkritual/credits.php
author Dan
Sat, 26 Jan 2008 16:03:04 -0500
changeset 0 da5928e7af09
child 4 ced89265500d
permissions -rw-r--r--
First commit, theme is in a working state and should be ready for general use
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     1
<?php
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     2
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     3
$title = 'Site copyright';
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     4
chdir('../..');
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     5
require('includes/common.php');
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     6
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     7
$template->header();
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     8
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
     9
?>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    10
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    11
<p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    12
  <?php
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    13
    echo getConfig('copyright_notice');
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    14
  ?>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    15
</p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    16
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    17
<h2>DarkRitual theme</h2>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    18
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    19
<p>This theme was designed by <a onclick="window.open(this.href); return false;" href="http://arcsin.se">Arcsin</a> and is available for free download at 
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    20
   <a onclick="window.open(this.href); return false;" href="http://templates.arcsin.se">http://templates.arcsin.se</a>.</p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    21
<p>This theme is Free and licensed under the Creative Commons <a onclick="window.open(this.href); return false;" href="http://creativecommons.org/licenses/by/2.5/">Attribution 2.5</a>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    22
   license. This means that you can use the theme for any purpose (including commercial applications) provided that this page and any
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    23
   appropriate copyright notices in the source code are preserved.</p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    24
<p>Ported to the Enano Platform by <a onclick="window.open(this.href); return false;" href="http://lifecodeidiocy.enanocms.org/">Dan Fuhry</a>.</p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    25
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    26
<p style="text-align: center;">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    27
  <a href="http://creativecommons.org/licenses/by/2.5/" onclick="window.open(this.href); return false;">
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    28
    <img alt="Creative Commons logo" src="http://i.creativecommons.org/l/by/3.0/88x31.png" width="88" height="31" style="border-width: 0px;" />
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    29
  </a>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    30
</p>
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    31
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    32
<?php
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    33
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    34
$template->footer();
da5928e7af09 First commit, theme is in a working state and should be ready for general use
Dan
parents:
diff changeset
    35