added code and license links next to version number
This commit is contained in:
parent
0bb3270503
commit
71caa4a20c
|
@ -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> – <?php echo $l->t( 'web services under your control' ); ?></p></footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue