diff options
| -rw-r--r-- | website/templates/base.ezt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/website/templates/base.ezt b/website/templates/base.ezt index ac877c72..ecdb0c8a 100644 --- a/website/templates/base.ezt +++ b/website/templates/base.ezt @@ -32,25 +32,6 @@ </div> <div id="quicklinks"> -[is section "download"] -[else] -<div id="download"> - <h2>Download</h2> - <p> - The most recent version of Lasso is <strong>2.3</strong> and was - release on July 19th 2010. - </p> - <h3>Binary packages</h3> - <p> - There are some Debian and Ubuntu packages (for <i>lenny</i> and <i>karmic</i>) - available at <a href="http://deb.entrouvert.org">deb.entrouvert.org</a>. - </p> - <h3>Source</h3> - <p> - <li>Wait for 2.3 updates of download links...</li> - </p> -</div> -[end] <div id="morelinks"> <h2>Resources</h2> <ul> @@ -71,6 +52,25 @@ [news] </div> [end] +[is section "download"] +[else] +<div id="download"> + <h2>Download</h2> + <p> + The most recent version of Lasso is <strong>2.3</strong> and was + release on July 19th 2010. + </p> + <h3>Binary packages</h3> + <p> + There are some Debian and Ubuntu packages (for <i>lenny</i> and <i>karmic</i>) + available at <a href="http://deb.entrouvert.org">deb.entrouvert.org</a>. + </p> + <h3>Source</h3> + <p> + <li>Wait for 2.3 updates of download links...</li> + </p> +</div> +[end] </div> <div id="content"> |
