From 442a49374f69935151071d8473844e7e1b5ea9af Mon Sep 17 00:00:00 2001 From: Stephan Bergemann Date: Tue, 16 Apr 2013 00:35:43 +0200 Subject: [PATCH] made bootstrap theme html5 valid --- htdocs/themes/bootstrap/views/about.php | 17 +++++++++++++++-- .../themes/bootstrap/views/defaults/header.php | 7 +++---- .../bootstrap/views/defaults/paste_form.php | 6 +++--- htdocs/themes/bootstrap/views/view/view.php | 2 +- .../themes/bootstrap/views/view/view_footer.php | 3 ++- 5 files changed, 24 insertions(+), 11 deletions(-) diff --git a/htdocs/themes/bootstrap/views/about.php b/htdocs/themes/bootstrap/views/about.php index 2a54aaa..82312ba 100644 --- a/htdocs/themes/bootstrap/views/about.php +++ b/htdocs/themes/bootstrap/views/about.php @@ -3,12 +3,25 @@
- To edit this page edit application/views/about.php. +

Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.

+

Stikked allows you to easily share code with anyone you wish. Here are some features:

+ +
    +
  • Easy setup
  • +
  • Syntaxhighlighting for many languages, including live syntaxhighlighting with CodeMirror
  • +
  • Paste replies
  • +
  • Diff view between the original paste and the reply
  • +
  • An API
  • +
  • Trending pastes
  • +
  • Anti-Spam features
  • +
  • Themes support
  • +
  • Multilanguage support
  • +
  • And many more. View this review or visit the Repo on GitHub
  • +
diff --git a/htdocs/themes/bootstrap/views/defaults/header.php b/htdocs/themes/bootstrap/views/defaults/header.php index eacfedd..87ccf7f 100644 --- a/htdocs/themes/bootstrap/views/defaults/header.php +++ b/htdocs/themes/bootstrap/views/defaults/header.php @@ -1,5 +1,4 @@ - + config->item('site_name'); ?> - + <?php echo $page_title; ?> @@ -49,7 +48,7 @@ $this->carabiner->display('css'); - config->item('site_name'); ?> + config->item('site_name'); ?>