[Xfce4-commits] <wiki:master> Rename pageheader.html appropriately
Mike Massonnet
noreply at xfce.org
Sun Oct 17 09:56:01 CEST 2010
Updating branch refs/heads/master
to ea61cad8eab631400b5b2323dd9e1a18e7cbabb6 (commit)
from bf6afef746f1276aa80560c879c8c77543b6f835 (commit)
commit ea61cad8eab631400b5b2323dd9e1a18e7cbabb6
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Oct 17 09:13:15 2010 +0200
Rename pageheader.html appropriately
The file pageheader.html was included within a <div> element for the
translations, therefore it is better named as translations.html.
lib/tpl/xfce/main.php | 2 +-
.../xfce/{pageheader.html => translations.html} | 0
2 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/tpl/xfce/main.php b/lib/tpl/xfce/main.php
index 8527836..4e72e63 100644
--- a/lib/tpl/xfce/main.php
+++ b/lib/tpl/xfce/main.php
@@ -55,7 +55,7 @@ if (!defined('DOKU_INC')) die();
</div>
<div id="xfce-menu-translation">
- <?php /*old includehook*/ @include(dirname(__FILE__).'/pageheader.html')?>
+ <?php /*old includehook*/ @include(dirname(__FILE__).'/translations.html')?>
</div>
<?php if($conf['breadcrumbs']){?>
diff --git a/lib/tpl/xfce/pageheader.html b/lib/tpl/xfce/translations.html
similarity index 100%
rename from lib/tpl/xfce/pageheader.html
rename to lib/tpl/xfce/translations.html
More information about the Xfce4-commits
mailing list