openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 01a8656d553a171231bdde65b19ca207cea89f4a
parent 891e5cd159c2a576ad535f2548cb6a5229e06180
Author: Jan Dankert <devnull@localhost>
Date:   Fri, 15 Mar 2013 23:15:31 +0100

Keine Version im HTML-Titel.

Diffstat:
themes/default/layout/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/default/layout/index.php b/themes/default/layout/index.php @@ -4,7 +4,7 @@ ?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> - <title data-default="<?php echo OR_TITLE.' '.OR_VERSION ?>"><?php echo OR_TITLE.' '.OR_VERSION ?></title> + <title data-default="<?php echo OR_TITLE ?>"><?php echo OR_TITLE ?></title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta http-equiv="content-type" content="text/html; charset=UTF-8" > <?php if ( isset($refresh_url) ) { ?>