[ 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/asevo/ -> _body_footer.inc.php (source)

   1  <?php
   2  /**

   3   * This is the 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 natural_pink

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

  22              $Blog->contact_link( array(
  23                      'before'      => '',
  24                      'after'       => ' | ',
  25                      'text'   => T_('Contact'),
  26                      'title'  => T_('Send a message to the owner of this blog...'),
  27                  ) );
  28          ?>
  29          <?php display_param_link( $skin_links ) ?> by <a href="http://asevo.com/">Asevo</a>
  30          |
  31          <?php
  32              // Display additional credits (see /conf/):

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

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

  35              credits( array(
  36                      'list_start'  => T_('Credits').': ',
  37                      'list_end'    => ' ',
  38                      'separator'   => '|',
  39                      'item_start'  => ' ',
  40                      'item_end'    => ' ',
  41                  ) );
  42          ?>
  43    </p>
  44  </div>
  45  </div>


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