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

   1  <?php
   2  /**

   3   * This is the HTML header 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   * Note: This is also included in the popup: do not include site navigation!

  10   *

  11   * @package evoskins

  12   * @subpackage photoblog

  13   */
  14  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  15  
  16  require_js( 'functions.js' );
  17  require_js( 'rollovers.js' );
  18  
  19  skin_content_header();    // Sets charset!

  20  ?>
  21  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  22  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php locale_lang() ?>" lang="<?php locale_lang() ?>">
  23  <head>
  24      <?php skin_content_meta(); /* Charset for static pages */ ?>
  25      <?php skin_base_tag(); /* Base URL for this skin. You need this to fix relative links! */ ?>
  26      <?php $Plugins->trigger_event( 'SkinBeginHtmlHead' ); ?>
  27      <title><?php
  28          // ------------------------- TITLE FOR THE CURRENT REQUEST -------------------------

  29          request_title( array(
  30              'auto_pilot'      => 'seo_title',
  31              'arcdir_text'     => T_('Index'),
  32              'catdir_text'     => T_('Albums'),
  33              'category_text'   => T_('Album').': ',
  34              'categories_text' => T_('Albums').': ',
  35          ) );
  36          // ------------------------------ END OF REQUEST TITLE -----------------------------

  37      ?></title>
  38      <meta name="description" content="<?php $Blog->disp( 'shortdesc', 'htmlattr' ); ?>" />
  39      <meta name="keywords" content="<?php $Blog->disp( 'keywords', 'htmlattr' ); ?>" />
  40      <?php robots_tag(); ?>
  41      <meta name="generator" content="b2evolution <?php app_version(); ?>" /> <!-- Please leave this for stats -->
  42      <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php $Blog->disp( 'rss2_url', 'raw' ) ?>" />
  43      <link rel="alternate" type="application/atom+xml" title="Atom" href="<?php $Blog->disp( 'atom_url', 'raw' ) ?>" />
  44      <link rel="stylesheet" href="style.css" type="text/css" />
  45      <?php include_headlines() /* Add javascript and css files included by plugins and skin */ ?>
  46      <?php
  47          $Blog->disp( 'blog_css', 'raw');
  48          $Blog->disp( 'user_css', 'raw');
  49      ?>
  50  </head>
  51  
  52  <body>
  53  
  54  <?php
  55  // ---------------------------- TOOLBAR INCLUDED HERE ----------------------------

  56  require $skins_path.'_toolbar.inc.php';
  57  // ------------------------------- END OF TOOLBAR --------------------------------

  58  ?>


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