virtual_community_admin.rhtml
356 Bytes
<html>
<head>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag_template %>
<%= stylesheet_link_tag_template %>
</head>
<body>
<%= virtual_community_identification %>
<%= user_links %>
<div id='main'>
<%= yield %>
</div>
<div id="footer">
footer content
</div>
</body>
</html>