<h3>Table of Contents</h3>
<p><a href="/about.php#getting_to_know">» Getting to know Evergreen</a></p>
<p><a href="/about.php#getting_involved">» Getting Involved</a></p>
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
<p><a href="/communicate.php#calendar">» Event Calendar</a></p>
<p><a href="/communicate.php#blog">» Official blog</a></p>
<p><a href="/communicate.php#planet">» Community blogs</a></p>
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
<p><a href="/documentation.php#official">» Official Documentation</a></p>
<p><a href="/documentation.php#process">» Process Documentation</a></p>
<p><a href="/documentation.php#dokuwiki">» Evergreen Wiki</a></p>
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
<div id="rightsidebox">
<?php include "/var/www/open-ils.org/incl/search_box.php" ;?>
<br />
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
<div id="rightside">
<div id="rightsidebox">
- <?
+ <?php
///////////////////////////
//Setup the different feeds.
///////////////////////////
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.
///////////////////////////
<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);'));