; services\r
service.Nette-Application-Application = Eywa\Application\r
\r
-service.Nette-Security-IAuthenticator = Eywa\Security\Authenticator\r
+service.Nette-Security-IAuthenticator = Eywa\Security\LdapAuthenticator\r
service.Nette-Security-IAuthorizator = Nette\Security\Permission\r
\r
service.Nette-Application-IPresenterLoader.factory = Eywa\PresenterLoader\r
public function renderDefault($path = '')
{
- $this->template->list = $this->repository->getPages($this->getParam('path'), $this->orderBy(), NULL, $this->filter());
- }
-
-
-
- protected function orderBy()
- {
- return array('ctime', 'desc');
- }
-
-
-
- protected function filter()
- {
- return NULL;
+ $this->template->list = $this['overview']->getDocuments();
}
}
\ No newline at end of file
<li><a href="{dlink $item->path}" title="{$item->title}">{$item->name}</a></li>
{/foreach}
</ul>
+
+ {control overview}
</div>
\ No newline at end of file
-Subproject commit 53eb8b491f597d25bf8009693ab41a13b1f90781
+Subproject commit 2fe67032d43dae43431819d0cc3bc09d165f3d18