%@ taglib prefix="s" uri="/struts-tags"%>
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ page import="gr.uoa.di.driver.web.i18n.*" %>
<%-- this body is executed only if the bean is created --%>
<%-- intialize bean properties --%>
<%
String Communities = langResource.getString("Communities" , locale);
String Join = langResource.getString("Join" , locale);
String Leave = langResource.getString("Leave" , locale);
String New_post = langResource.getString("New_post" , locale);
String Back_to_all_discussions = langResource.getString("Back_to_all_discussions" , locale);
String Discussion_topic = langResource.getString("Discussion_topic" , locale);
String No_posts_in_this_discussion = langResource.getString("No_posts_in_this_discussion" , locale);
String This_discussion_has = langResource.getString("This_discussion_has" , locale);
String post_s_ = langResource.getString("post_s_" , locale);
%>
DRIVER Communities
' rel="stylesheet" type="text/css" />