darkritual/credits.php
changeset 0 da5928e7af09
child 4 ced89265500d
equal deleted inserted replaced
-1:000000000000 0:da5928e7af09
       
     1 <?php
       
     2 
       
     3 $title = 'Site copyright';
       
     4 chdir('../..');
       
     5 require('includes/common.php');
       
     6 
       
     7 $template->header();
       
     8 
       
     9 ?>
       
    10 
       
    11 <p>
       
    12   <?php
       
    13     echo getConfig('copyright_notice');
       
    14   ?>
       
    15 </p>
       
    16 
       
    17 <h2>DarkRitual theme</h2>
       
    18 
       
    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 
       
    20    <a onclick="window.open(this.href); return false;" href="http://templates.arcsin.se">http://templates.arcsin.se</a>.</p>
       
    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>
       
    22    license. This means that you can use the theme for any purpose (including commercial applications) provided that this page and any
       
    23    appropriate copyright notices in the source code are preserved.</p>
       
    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>
       
    25 
       
    26 <p style="text-align: center;">
       
    27   <a href="http://creativecommons.org/licenses/by/2.5/" onclick="window.open(this.href); return false;">
       
    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;" />
       
    29   </a>
       
    30 </p>
       
    31 
       
    32 <?php
       
    33 
       
    34 $template->footer();
       
    35