changed the playback logo to use the Mconf one, and some other stuff related to branding on the playback

This commit is contained in:
Felipe Cecagno 2013-02-28 16:54:52 -03:00
parent 213b9793a8
commit 74c023de39
2 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -18,7 +18,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
-->
<html>
<head>
<title>BigBlueButton Playback</title>
<title>Presentation Playback</title>
<link rel="stylesheet" href="css/bbb.playback.css">
<script type="text/javascript" src="lib/jquery.min.js"></script>
<script type="text/javascript" src="lib/jquery-ui.min.js"></script>
@ -76,7 +76,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
<div id="countdown" />
</div>
-->
<p id="footer">Recorded with <a href="http://bigbluebutton.org/">BigBlueButton</a>.</p>
<p id="footer">Recorded with <a href="http://mconf.org">Mconf</a> (Powered by <a href="http://bigbluebutton.org/">BigBlueButton</a>).</p>
<!-- <script src='lib/writing.js'></script> -->
</body>
</html>