pull/8/head
esensar 2016-05-22 17:27:27 +02:00
parent d153b2ac84
commit 5fe709ec1f
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<HTML>
<?php include 'header.php'; ?>
<div class="content">
<?php $newsFile = file("vijesti.csv");
<?php $newsFile = file($openShiftFolder."vijesti.csv");
foreach ($newsFile as $news) {?>
<div class="news">
<?php

View File

@ -166,6 +166,7 @@ border-color: transparent transparent transparent #1199CC;
}
.contactForm textarea {
width: 80%
margin-top: 15px;
margin-bottom: 15px;
margin-left: 30px;