Allows plugin to set a return link in navlinks
authorJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Fri, 17 Aug 2012 18:49:28 +0000 (20:49 +0200)
committerJehan-Guillaume (ioguix) de Rorthais <ioguix@free.fr>
Wed, 22 Aug 2012 10:39:41 +0000 (12:39 +0200)
commit0a3fdfecfb9c52654b351cc9f08c470149840ca5
treeec64cd063e6344c8cf394bfbbca1954b962d9004
parentfd8eebfc005ab3b3346985da9939977cffc2f18a
Allows plugin to set a return link in navlinks

In some page (display, sql, ...), a "return" link will show up if
$_GET['return'] = 'plugin' is given. The "get_subject_params" method of
the plugin designated by $_GET['plugin'] is then called to add needed
parameters in the href URL.
classes/Misc.php
classes/Plugin.php
classes/PluginManager.php