Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <title></title>
- <h1>Новости</h1>
- <?php
- $news = $this->data['news'];
- $records = $news->getNews();
- $record = $records[$this->data['id']];
- ?>
- <article> <?php echo $record->getMessage(); ?> </article>
- <hr>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement