[Scummvm-cvs-logs] SF.net SVN: scummvm: [23434] web/trunk/include

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Jul 20 22:37:39 CEST 2006


Revision: 23434
          http://svn.sourceforge.net/scummvm/?rev=23434&view=rev
Author:   fingolfin
Date:     2006-07-08 11:18:05 -0700 (Sat, 08 Jul 2006)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    web/trunk/include/incl.php
    web/trunk/include/menu.php
    web/trunk/include/sidebar.php

Modified: web/trunk/include/incl.php
===================================================================
--- web/trunk/include/incl.php	2006-07-08 18:17:45 UTC (rev 23433)
+++ web/trunk/include/incl.php	2006-07-08 18:18:05 UTC (rev 23434)
@@ -1,4 +1,4 @@
-<?
+<?php
 //set global path
 global $file_root;
 

Modified: web/trunk/include/menu.php
===================================================================
--- web/trunk/include/menu.php	2006-07-08 18:17:45 UTC (rev 23433)
+++ web/trunk/include/menu.php	2006-07-08 18:18:05 UTC (rev 23434)
@@ -1,4 +1,4 @@
-<?
+<?php
 class htmlmenu {
 
   function htmlmenu($name, $style, $extra = "") {

Modified: web/trunk/include/sidebar.php
===================================================================
--- web/trunk/include/sidebar.php	2006-07-08 18:17:45 UTC (rev 23433)
+++ web/trunk/include/sidebar.php	2006-07-08 18:18:05 UTC (rev 23434)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 function sidebar_start () {
   






More information about the Scummvm-git-logs mailing list