source: trunk/spip/esqueleto-redcta/plugins/zabomailmans/abomailmans_options.php @ 357

Last change on this file since 357 was 76, checked in by sebas, 16 years ago

plugin de abonomailman para enviar boletin electronico
basado sobre los cambios de sebas para arreglar los envios.

  • Property svn:executable set to *
File size: 272 bytes
Line 
1<?php
2/*
3 * Abomailmans
4 * MaZiaR - NetAktiv
5 * tech@netaktiv.com
6 * Printemps 2007
7*/
8
9$p=explode(basename(_DIR_PLUGINS)."/",str_replace('\\','/',realpath(dirname(__FILE__))));
10define('_DIR_PLUGIN_ABOMAILMANS',(_DIR_PLUGINS.end($p)));
11include_spip('base/abomailmans');
12?>
Note: See TracBrowser for help on using the repository browser.