mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
BUGFIX: fixed reference to incorrect method from homepage. (Hat tip to nyeholt)
This commit is contained in:
parent
959cb16534
commit
035df99088
@ -1,8 +1,8 @@
|
|||||||
<div id="home">
|
<div id="home">
|
||||||
<h2><% _t('DOCUMENTEDMODULES', 'Documented Modules') %></h2>
|
<h2><% _t('DOCUMENTEDMODULES', 'Documented Modules') %></h2>
|
||||||
|
|
||||||
<% if Modules %>
|
<% if Entities %>
|
||||||
<% control Modules %>
|
<% control Entities %>
|
||||||
<div class="module">
|
<div class="module">
|
||||||
<h3><a href="$Link">$Title</a></h3>
|
<h3><a href="$Link">$Title</a></h3>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user