added code and license links next to version number

This commit is contained in:
Jan-Christoph Borchardt 2011-10-08 10:10:29 +02:00
parent 0bb3270503
commit 71caa4a20c
2 changed files with 2 additions and 3 deletions

View File

@ -32,6 +32,6 @@
</div></header>
<?php echo $_['content']; ?>
</div>
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a>: <?php echo $l->t( 'web services under your control' ); ?></p></footer>
<footer><p class="info"><a href="http://owncloud.org/">ownCloud</a> &ndash; <?php echo $l->t( 'web services under your control' ); ?></p></footer>
</body>
</html>

View File

@ -50,8 +50,7 @@
};?>
<p class="personalblock">
<strong>ownCloud</strong>
<?php echo(OC_Util::getVersionString()); ?>
<strong>ownCloud</strong> <?php echo(OC_Util::getVersionString()); ?>, <a href="http://gitorious.org/owncloud" target="_blank">source code</a> licensed freely under <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPL</a>
</p>