Revision: 10783
http://sourceforge.net/p/phpwiki/code/10783
Author: vargenau
Date: 2021-12-15 12:06:39 +0000 (Wed, 15 Dec 2021)
Log Message:
-----------
Remove ./themes/Sidebar/templates/html.tmpl, same as ./themes/default/templates/html.tmpl
Removed Paths:
-------------
trunk/themes/Sidebar/templates/html.tmpl
Deleted: trunk/themes/Sidebar/templates/html.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/html.tmpl 2021-12-15 12:05:15 UTC (rev 10782)
+++ trunk/themes/Sidebar/templates/html.tmpl 2021-12-15 12:06:39 UTC (rev 10783)
@@ -1,10 +0,0 @@
-<?php
-/*
- * This template is responsible mainly for the outer level <html> stuff.
- */
-?>
-<!DOCTYPE html>
-<html xml:lang="<?php echo $GLOBALS['LANG']?>" lang="<?php echo $GLOBALS['LANG']?>">
-<?php echo Template('head') ?>
-<?php echo Template('body') ?>
-</html>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|