include $modPath . '/dadamail.php';
&modId=Module ID;int;7 &modPath=Path;string;../assets/modules/DadaMail
<?php
// Dada Management Module
// License - GPL
if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the MODx Content Manager instead of accessing this file directly.");
unset($_SESSION['itemname']); // clear this, because it's only set for logging purposes
?>
<http>
<head>
<title>Manage Mailing Lists</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="media/style/<?php echo $modx->config['manager_theme']; ?>/style.css" />
<style>
#preLoader{position:absolute;z-index:50000;width:100%;height:100%;text-align:center;vertical-align:middle;}
.preLoaderText{background-color:#ffffff;width:300px;height:150px;padding:50px;border:1px solid #003399;}
</style>
</head>
<body>
<div class="subTitle" style="margin-bottom:0px">
<span class="right"><img src="media/style/<?php echo $modx->config['manager_theme']; ?>/images/_tx_.gif" width="1" height="5"><br /><img src="media/style/<?php echo $modx->config['manager_theme']; ?>/images/icons/context_view.gif" align="absmiddle" /> Manage Mailing Lists</span>
</div>
<div class="sectionHeader"><img src='media/style/<?php echo $modx->config['manager_theme']; ?>/images/misc/dot.gif' alt="." /> Newsletter Management</div>
<div class="sectionBody">
<!-- load modules -->
<ul>
<li><a class="mailinglink" href="<?php echo $modx->config['site_url']; ?>/cgi-bin/dada/mail.cgi?flavor=sign_in">Manage Newsletters</a></li>
</ul>
</div>
</body>
</html>
Thanks for all your work on this.
&modId=Module ID;int;7 &modPath=Path;string;../assets/modules/DadaMail
include $modPath . '/dadamail.php';
<?php
// Dada Management Module
// License - GPL
if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the MODx Content Manager instead of accessing this file directly.");
unset($_SESSION['itemname']); // clear this, because it's only set for logging purposes
?>
<http>
<head>
<title>Manage Mailing Lists</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="media/style/<?php echo $modx->config['manager_theme']; ?>/style.css" />
<style>
#preLoader{position:absolute;z-index:50000;width:100%;height:100%;text-align:center;vertical-align:middle;}
.preLoaderText{background-color:#ffffff;width:300px;height:150px;padding:50px;border:1px solid #003399;}
</style>
</head>
<body>
<div class="subTitle" style="margin-bottom:0px">
<span class="right"><img src="media/style/<?php echo $modx->config['manager_theme']; ?>/images/_tx_.gif" width="1" height="5"><br /><img src="media/style/<?php echo $modx->config['manager_theme']; ?>/images/icons/context_view.gif" align="absmiddle" /> Manage Mailing Lists</span>
</div>
<div class="sectionHeader"><img src='media/style/<?php echo $modx->config['manager_theme']; ?>/images/misc/dot.gif' alt="." /> Newsletter Management</div>
<div class="sectionBody">
<!-- load modules -->
<ul>
<li><a class="mailinglink" href="<?php echo $modx->config['site_url']; ?>/cgi-bin/dada/mail.cgi?flavor=sign_in">Manage Newsletters</a></li>
</ul>
</div>
</body>
</html>include $modPath . '/dadamail.php';
&modId=Module ID;int;7 &modPath=Path;string;../assets/modules/DadaMail