Changeset View
Changeset View
Standalone View
Standalone View
externals/skins/oblivious/header.php
| <!DOCTYPE html> | <!DOCTYPE html> | ||||
| <html> | <html> | ||||
| <head> | <head> | ||||
| <title><?php echo _e($title); ?></title> | <title><?php echo _e($title); ?></title> | ||||
| <?php echo $skin->getCSSResources(); ?> | <?php echo $skin->getCSSResources(); ?> | ||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| <div class="oblivious-info"> | <div class="oblivious-info"> | ||||
| <h1> | <h1> | ||||
| <a href="<?php echo _e($home_uri); ?>"><?php | <a href="<?php echo _e($home_uri); ?>"><?php | ||||
| echo _e($blog->getName()); | echo _e($blog->getName()); | ||||
| ?></a> | ?></a> | ||||
| </h1> | </h1> | ||||
| <p><?php echo _e($blog->getDescription()); ?></p> | <p><?php echo $skin->remarkup($blog->getDescription()); ?></p> | ||||
| </div> | </div> | ||||
| <div class="oblivious-content"> | <div class="oblivious-content"> | ||||