~ubuntu-branches/ubuntu/lucid/mahara/lucid-security

« back to all changes in this revision

Viewing changes to htdocs/export/html/theme/raw/index.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2009-11-27 22:09:03 UTC
  • mfrom: (6.3.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091127220903-aiigd3tr46z0rmcg
Tags: 1.2.0-2
Fix postrm script so that Mahara can be uninstalled

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{include file="export:html:header.tpl"}
 
2
 
 
3
{foreach from=$summaries key=plugin item=summary}
 
4
<div class="summary {cycle values="odd,even"}" id="summary-{$plugin|escape}">
 
5
    {if $summary.title}<h2>{$summary.title|escape}</h2>{/if}
 
6
    {$summary.description}
 
7
</div>
 
8
{/foreach}
 
9
 
 
10
{include file="export:html:footer.tpl"}