projects
/
demo.eywa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Antispam
[demo.eywa.git]
/
app
/
templates
/
Overview.default.phtml
1
@{block #content}
2
<div id="content">
3
<h1>{$heading}</h1>
4
<div id="editable">
5
{!$document->html}
6
</div>
7
8
<ul>
9
{foreach $list as $item}
10
<li><a href="{dlink $item->path}" title="{$item->title}">{$item->name}</a></li>
11
{/foreach}
12
</ul>
13
14
{control overview}
15
</div>