Instead of using <? for short-open-tag, change to use <?php as per suggestions from...
authorbshum <bshum@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 10 Apr 2011 21:34:35 +0000 (21:34 +0000)
committerbshum <bshum@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Sun, 10 Apr 2011 21:34:35 +0000 (21:34 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/evergreen-ils.org@1326 6d9bc8c9-1ec2-4278-b937-99fde70a366f

incl/about_sidebar.php
incl/com_sidebar.php
incl/doc_sidebar.php
incl/right_sidebar.php
incl/search_sidebar.php
index.php
staff_clients.php

index 61213ba..37fad49 100644 (file)
@@ -9,7 +9,7 @@
     <h3>Table of Contents</h3>
     <p><a href="/about.php#getting_to_know">&#187;&nbsp;Getting to know Evergreen</a></p>
     <p><a href="/about.php#getting_involved">&#187;&nbsp;Getting Involved</a></p>
-    <?
+    <?php
     ///////////////////////////
     //Setup the different feeds.
     ///////////////////////////
index f55e43a..15d32a1 100644 (file)
@@ -12,7 +12,7 @@
     <p><a href="/communicate.php#calendar">&#187;&nbsp;Event Calendar</a></p>
     <p><a href="/communicate.php#blog">&#187;&nbsp;Official blog</a></p>
     <p><a href="/communicate.php#planet">&#187;&nbsp;Community blogs</a></p>
-    <?
+    <?php
     ///////////////////////////
     //Setup the different feeds.
     ///////////////////////////
index b710121..6cefd12 100644 (file)
@@ -10,7 +10,7 @@
     <p><a href="/documentation.php#official">&#187;&nbsp;Official Documentation</a></p>
     <p><a href="/documentation.php#process">&#187;&nbsp;Process Documentation</a></p>
     <p><a href="/documentation.php#dokuwiki">&#187;&nbsp;Evergreen Wiki</a></p>
-    <?
+    <?php
     ///////////////////////////
     //Setup the different feeds.
     ///////////////////////////
index b20abb8..a2dd4ea 100644 (file)
@@ -6,7 +6,7 @@
   <div id="rightsidebox">
     <?php include "/var/www/open-ils.org/incl/search_box.php" ;?>
     <br />
-    <?
+    <?php
     ///////////////////////////
     //Setup the different feeds.
     ///////////////////////////
index a13f705..853b701 100644 (file)
@@ -4,7 +4,7 @@
 <div id="rightside">
 
   <div id="rightsidebox">
-    <?
+    <?php
     ///////////////////////////
     //Setup the different feeds.
     ///////////////////////////
index b539948..f42ad1c 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -20,7 +20,7 @@ library materials, and helps libraries manage, catalog, and circulate
 those materials, no matter how large or complex the libraries.</p>
 <p>Evergreen is open source software, freely licensed under the GNU GPL.</p>
 <div id="news_box">
-<?
+<?php
 ///////////////////////////
 //Setup the different feeds.
 ///////////////////////////
index 4c16995..1de1957 100644 (file)
@@ -33,7 +33,7 @@ echo "</ul>";
 
 <a name="161"></a>
 <h2>1.6.1</h2>
-<?
+<?php
 $fdir = "downloads/";
 $globarray = glob($fdir . "evergreen-setup-rel_1_6_1_*.exe");
 usort($globarray, create_function('$a,$b', 'return filemtime($b) - filemtime($a);'));