diff options
author | Minteck <contact@minteck.org> | 2022-04-14 16:55:43 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-04-14 16:55:43 +0200 |
commit | 3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da (patch) | |
tree | fe2d7c0d37206660fad4973fad85beb087203e11 /includes/core/Metadata.php | |
parent | 30f3e751c58578443604713670a90f6a30d2340f (diff) | |
download | ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.tar.gz ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.tar.bz2 ember-3c570954b0cc0d358aa00ab4cae4e91a2bb3a3da.zip |
Rewrite
Diffstat (limited to 'includes/core/Metadata.php')
-rw-r--r-- | includes/core/Metadata.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/includes/core/Metadata.php b/includes/core/Metadata.php deleted file mode 100644 index ce2dc2d..0000000 --- a/includes/core/Metadata.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php - -namespace WebCore\GUI; - -class Metadata { - public static function title($title = null): string { - if (isset($title)) { - return "$title | Minteck's Website"; - } else { - return "Minteck's Website"; - } - } -}
\ No newline at end of file |