aboutsummaryrefslogtreecommitdiffstats
path: root/view/admin_plugins_details.tpl
blob: 85ee8dfb40e46dd24c074cb686c4476dffb5a30e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<div id='adminpage'>
	<h1>$title - $page</h1>
	
	<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/plugins/$plugin/?a=t">$action</a></p>
	<p>$info.description</p>
	
	{{ for $info.author as $a }}
		<p class="author">{{ if $a.link }}<a href="$a.link"><span class='icon remote-link'></span></a>{{ endif }}$a.name</p>
	{{ endfor }}
	
	

	{{ if $readme }}
	<h3>Readme</h3>
	<div id="plugin_readme">
		$readme
	</div>
	{{ endif }}
</div>