[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/skins/evopress/ -> _body_footer.inc.php (source)

   1  <?php
   2  /**

   3   * This is the BODY footer include template.

   4   *

   5   * For a quick explanation of b2evo 2.0 skins, please start here:

   6   * {@link http://manual.b2evolution.net/Skins_2.0}

   7   *

   8   * This is meant to be included in a page template.

   9   *

  10   * @package evoskins

  11   * @subpackage kubrick

  12   */
  13  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  14  ?>
  15  
  16  <hr />
  17  
  18  <!-- =================================== START OF FOOTER =================================== -->
  19  <div id="footer">
  20      <p>
  21          <?php
  22          // Display a link to contact the owner of this blog (if owner accepts messages):

  23          $Blog->contact_link( array(
  24                  'before'      => '',
  25                  'after'       => ' | ',
  26                  'text'   => T_('Contact'),
  27                  'title'  => T_('Send a message to the owner of this blog...'),
  28              ) );
  29          ?>
  30  
  31          Powered by <a href="http://b2evolution.net/" title="b2evolution home" target="_blank">b2evolution</a>
  32  
  33          + <a href="http://www.evopress.org/" target="_blank">evopress skin</a>
  34  
  35          <br />
  36  
  37          Credits: <a href="http://binarybonsai.com/kubrick/">Michael Heilemann</a>
  38          <?php
  39          // Display additional credits (see /conf/):

  40          // If you can add your own credits without removing the defaults, you'll be very cool :))

  41          // Please leave this at the bottom of the page to make sure your blog gets listed on b2evolution.net

  42          credits( array(
  43                  'list_start'  => ' | ',
  44                  'list_end'    => ' ',
  45                  'separator'   => '|',
  46                  'item_start'  => ' ',
  47                  'item_end'    => ' ',
  48              ) );
  49          ?>
  50      </p>
  51  </div>
  52  </div>


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics