XoopsModules25x/news

View on GitHub
language/english/newsletter.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

$newslettertemplate = <<<contentend

    Title : %title%
    Topic : %topic_title%
    Publisher : %publisher%
    Publish date : %published%
    Rating : %rating%
    Reads : %reads%

    Content :
    %hometext%

    Read More : %link%
     ----------------------------------------------------------------------------

    contentend;