Felipe93
Ghost Member
Here is the website if you want to check: 200.83.250.159
first error
Notice: Undefined index: date in C:\xampp\htdocs\layout\sub\index.php on line 39
script :
<div class="BorderTitleText" style="background-image:url(layout/images/global/content/newsheadline_background.gif)">
<img src="layout/images/global/content/newsicon_community_big.gif" class="news">
<div class="date">
>>>>line 39>> <?php echo date($config['date'], $n['date']) .' -' ?>
</div>
<div class="name">
<?php echo TransformToBBCode($n['title']); ?>
</div>
</div>
<p><?php echo TransformToBBCode(nl2br($n['text'])); ?></p>
<?php
}
echo '</div>';
thanks and regards
first error
Notice: Undefined index: date in C:\xampp\htdocs\layout\sub\index.php on line 39
script :
<div class="BorderTitleText" style="background-image:url(layout/images/global/content/newsheadline_background.gif)">
<img src="layout/images/global/content/newsicon_community_big.gif" class="news">
<div class="date">
>>>>line 39>> <?php echo date($config['date'], $n['date']) .' -' ?>
</div>
<div class="name">
<?php echo TransformToBBCode($n['title']); ?>
</div>
</div>
<p><?php echo TransformToBBCode(nl2br($n['text'])); ?></p>
<?php
}
echo '</div>';
thanks and regards