# timetics/1.0.63/templates/emails/email-header.php

Timetics – Appointment Booking Calendar &amp; Scheduling, version 1.0.63. 11 lines.

- Page: https://pluginprobe.com/plugins/timetics/1.0.63/code/templates/emails/email-header.php
- Raw: https://pluginprobe.com/plugins/timetics/1.0.63/raw/templates/emails/email-header.php
- Modified: 2026-02-17T03:25:02+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.63/code/templates/emails/email-header.php#L10-L20`.

```php
<?php defined( 'ABSPATH' ) || exit; ?>
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title><?php echo esc_html( get_bloginfo( 'name' ) ); ?></title>
    </head>
    <body>
        <div class="template-container">
```
