You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
614 B
HTML
18 lines
614 B
HTML
<roundcube:include file="includes/layout.html" />
|
|
|
|
<h1 class="voice"><roundcube:label name="about" /></h1>
|
|
|
|
<roundcube:object name="aboutcontent" />
|
|
|
|
<div class="content frame-content">
|
|
<h2 class="sysname">Roundcube Webmail <roundcube:object name="version" /></h2>
|
|
<p class="copyright"><roundcube:object name="copyright" /></p>
|
|
<p class="license"><roundcube:object name="license" /></p>
|
|
<div class="readtext">
|
|
<h3><roundcube:label name="installedplugins" /></h3>
|
|
<roundcube:object name="pluginlist" id="pluginlist" class="records-table" />
|
|
</div>
|
|
</div>
|
|
|
|
<roundcube:include file="includes/footer.html" />
|