Fix some PHP_SELF
[platal.git] / hooks / newsletter.inc.php
index bdaaec5..ecd0baa 100644 (file)
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-// {{{ config HOOK
-
-// {{{ class SkinConfig
-
-class NLConfig
-{
-    var $from    = "Lettre Mensuelle <null@example.org>";
-    var $replyto = "";
-    var $retpath = "";
-}
-
-// }}}
-
-function newsletter_config() {
-    global $globals;
-    $globals->newsletter = new NLConfig;
-}
-
-// }}}
-// {{{ menu HOOK
-
-function newsletter_menu()
-{
-    global $globals;
-    $globals->menu->addPrivateEntry(XOM_INFOS, 0, 'Lettres mensuelles', 'nl');
-}
-
-// }}}
 // {{{ subscribe HOOK
 
 function newsletter_subscribe($forlife, $uid, $promo, $password)