BUGFIX: fixed reference to incorrect method from homepage. (Hat tip to nyeholt)

This commit is contained in:
Will Rossiter 2011-07-25 16:14:43 +12:00
parent 959cb16534
commit 035df99088

View File

@ -1,8 +1,8 @@
<div id="home">
<h2><% _t('DOCUMENTEDMODULES', 'Documented Modules') %></h2>
<% if Modules %>
<% control Modules %>
<% if Entities %>
<% control Entities %>
<div class="module">
<h3><a href="$Link">$Title</a></h3>
</div>