16 lines
906 B
Plaintext
16 lines
906 B
Plaintext
<!-- start footer -->
|
|
<div id="footer">
|
|
<!-- copyright -->
|
|
<div id="copyright">Copyright © <%= Time.now.year %> JamKazam, Inc. All Rights Reserved</div>
|
|
|
|
<!-- footer links -->
|
|
<div id="footer-links">
|
|
<%= link_to "about", corp_about_path , :rel=>"external" %> | <%= link_to "news", corp_news_path , :rel=>"external" %> | <%= link_to "media", corp_media_center_path , :rel=>"external" %> | <%= link_to "contact", corp_contact_path , :rel=>"external" %> | <%= link_to "privacy", corp_privacy_path, :rel=>"external" %> | <%= link_to "terms of service", corp_terms_path , :rel=>"external" %> | <%= link_to "help", help_desk_path, :rel=>"external" %>
|
|
</div>
|
|
|
|
<%= render "clients/recordingManager" %>
|
|
|
|
<div class="clearall"></div>
|
|
</div>
|
|
<!-- end footer -->
|