9 lines
151 B
PHP
9 lines
151 B
PHP
<?php
|
|
|
|
st_theme_use_stylesheet('stNewsletterPlugin.css');
|
|
|
|
$smarty->assign("content", $content);
|
|
|
|
|
|
$smarty->display("newsletter_show_message.html");
|
|
?>
|