Skip to content

fuel/app/views/emails/email-footer.php

```php linenums="1"

                    </p>
                  </td>
                </tr>
              </table>
            </td>
          </tr>

          <!-- END MAIN CONTENT AREA -->
          </table>

        <!-- START FOOTER -->
        <div class="footer" style="clear: both; padding-top: 10px; text-align: center; width: 100%;">
          <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;" width="100%">
            <tr>
              <td class="content-block powered-by" style="font-family: sans-serif; vertical-align: top; padding-top: 10px; padding-bottom: 10px; font-size: 12px; color: #999999; text-align: center;" valign="top" align="center">
                <p>
                  <a href="https://www.facebook.com/theSecretRepublic" style="color:#209eff;font-weight:bold">facebook</a> - <a href="https://twitter.com/iSecretRepublic" style="color:#209eff;font-weight:bold">twitter</a>
                </p>
                <a href="<?php echo Uri::base(); ?>"style="color: #999999; font-size: 12px; text-align: center; text-decoration: none;"><?php echo Config::get('title'); ?></a>
              </td>
            </tr>
          </table>
        </div>

        <!-- END FOOTER -->

  ```