b2evolution

Multilingual multiuser multiblog engine

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

Source for file _profile.php

Documentation is available at _profile.php

  1. <?php
  2.     /**
  3.      * This is the template that displays the user profile editing 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?disp=profile
  9.      *
  10.      * b2evolution - {@link http://b2evolution.net/}
  11.      * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  12.      * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  13.      *
  14.      * @package evoskins
  15.      * @subpackage originalb2
  16.      */
  17.     if!defined('DB_USER') ) die'Please, do not access this page directly.' );
  18.  
  19.     /**
  20.      * We now call the default user profile form handler...
  21.      * However you can replace this file with the full handler (in /blogs) and customize it!
  22.      */
  23.     require get_path('skins').'/_profile.php';
  24. ?>

Documentation generated on Tue, 20 May 2008 01:55:37 +0200 by phpDocumentor 1.4.2