b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (Version 1.8) [ class tree: main ] [ index: main ] [ all elements ]

Source for file _msgform.php

Documentation is available at _msgform.php

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

Documentation generated on Tue, 18 Dec 2007 23:20:03 +0100 by phpDocumentor 1.4.0