b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evoskins ] [ index: evoskins ] [ all elements ]

Source for file _feedback.php

Documentation is available at _feedback.php

  1. <?php 
  2.     /**
  3.      * This is the template that displays the feedback for a post
  4.      * (comments, trackbak, pingback...)
  5.      *
  6.      * This file is not meant to be called directly.
  7.      * It is meant to be called by an include in the _main.php template.
  8.      * To display a feedback, you should call a stub AND pass the right parameters
  9.      * For example: /blogs/index.php?p=1&more=1&c=1&tb=1&pb=1
  10.      * Note: don't cod ethis URL by hand, use the template functions to generate it!
  11.      *
  12.      * b2evolution - {@link http://b2evolution.net/}
  13.      * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  14.      * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  15.      *
  16.      * @package evoskins
  17.      * @subpackage bluesky
  18.      */
  19.     if!defined('DB_USER') ) die'Please, do not access this page directly.' );
  20.  
  21.     /**
  22.      * We now call the default feedback handler...
  23.      * However you can replace this file with the full handler (in /blogs) and customize it!
  24.      */
  25.     require get_path('skins').'/_feedback.php';
  26. ?>

Documentation generated on Tue, 20 May 2008 01:54:02 +0200 by phpDocumentor 1.4.2