mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-23 05:01:13 +01:00
16 lines
355 B
PHP
16 lines
355 B
PHP
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title><?php echo _e($title); ?></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="oblivious-info">
|
||
|
<h1>
|
||
|
<a href="<?php echo _e($uri); ?>"><?php
|
||
|
echo _e($blog->getName());
|
||
|
?></a>
|
||
|
</h1>
|
||
|
<p><?php echo _e($blog->getDescription()); ?></p>
|
||
|
</div>
|
||
|
<div class="oblivious-content">
|