Skip to content
Snippets Groups Projects
Commit a5de39da authored by Christoph Miebach's avatar Christoph Miebach
Browse files

News are always english only

parent 3e85267d
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,13 @@
}
else
{
document.getElementById(text).style.display = 'none';
document.getElementById(text).style.display = 'none';
document.getElementById(read).innerHTML = "(Read more...)";
}
}
}
</script>
<span dir="ltr" lang="en">
<?php
$file=fopen("news.msg","r");
......@@ -91,3 +92,4 @@ function shownews_mockup($style,$max) {
shownews($style,$max,true);
}
?>
</span>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment