b2evolution

Multilingual multiuser multiblog engine

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

Source for file b2bookmarklet.php

Documentation is available at b2bookmarklet.php

  1. <?php
  2. /**
  3.  * This is the bookmarklet page. It actually calls the edit page in 'bookmarklet' mode.
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2005 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package admin
  10.  */
  11.  
  12. $mode 'bookmarklet';
  13. /**
  14.  * Forward request to normal edit screen
  15.  */
  16. require_once(dirname(__FILE__).'/b2edit.php');
  17.  
  18. ?>

Documentation generated on Tue, 20 May 2008 01:51:17 +0200 by phpDocumentor 1.4.2