diff options
author | Evan O'Connell <oconn.e@gmail.com> | 2013-08-18 18:29:07 -0400 |
---|---|---|
committer | Evan O'Connell <oconn.e@gmail.com> | 2013-08-18 18:29:07 -0400 |
commit | f472c60b18469ff8a06963708174dea1bfc08015 (patch) | |
tree | 77c886ff7a2b38e4c4297935ad46e4b7c8f19e6c /modules/news/functions.php | |
parent | e7dab48469ac779d639fff7e221c7b5a23ded148 (diff) | |
download | bayonetcms-f472c60b18469ff8a06963708174dea1bfc08015.tar.gz |
Adds untracked changes
Diffstat (limited to 'modules/news/functions.php')
-rw-r--r-- | modules/news/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/news/functions.php b/modules/news/functions.php index 790a00e..5fd722c 100644 --- a/modules/news/functions.php +++ b/modules/news/functions.php @@ -181,7 +181,7 @@ function displayNews($data, $short = false){ </tr> </table> </div> - <div class="content"> + <div class="content news"> <img src="modules/news/categories/<?php echo $news['catimage']; ?>" alt="<?php echo $news['catname']; ?>" align="right" /> <?php if($short) { |