Newer
Older
Import / applications / MakePDF / Website / tmpl / title.htm
@John John on 29 Dec 2020 899 bytes bulk import from macbookpro checkouts
    <div class="page-header">
$(if [ "$TITLE" != "News" ] ; then echo '
      <center>
'; fi)
      <h2>
$(if [ "$TITLE" != "About" ] ; then echo "
        $TITLE
"; fi)
$(if [ "$TITLE" == "News" ] ; then echo "
        <span class=\"pull-right\"><small>
          <a href=\"${URL_BASE}rss.xml\"><strong><i class=\"fa fa-rss\"></i></strong></a> &nbsp;
          <a href=\"https://wickeddocs.blogspot.com\" style=\"text-decoration:none;\">
            <strong><i class=\"fa fa-google-plus\"></i></strong></a> &nbsp;
          <a href=\"https://twitter.com/$TWITTER_ID\"><strong><i class=\"fa fa-twitter\"></i></strong></a> &nbsp;
          <a href=\"https://www.facebook.com/$FACEBOOK_PAGE\"><strong><i class=\"fa fa-facebook\"></i></strong></a>
        </small></span>
"; fi)
        <small>$SUB_TITLE</small>
       </h2>
$(if [ "$TITLE" != "News" ] ; then echo '
      </center>
'; fi)
    </div>