# timetics/1.0.0/templates/emails/email-footer.php

Timetics – Appointment Booking Calendar &amp; Scheduling, version 1.0.0. 7 lines.

- Page: https://pluginprobe.com/plugins/timetics/1.0.0/code/templates/emails/email-footer.php
- Raw: https://pluginprobe.com/plugins/timetics/1.0.0/raw/templates/emails/email-footer.php
- Modified: 2023-01-30T14:51:10+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/timetics/1.0.0/code/templates/emails/email-footer.php#L10-L20`.

```php
<footer>
                <p><?php echo esc_html( get_bloginfo( 'name' ) ); ?> - Powered by Timetics</p>
            </footer>
        </div>
    </body>
</html>

```
