Skip to content

Commit

Permalink
Merge pull request #32 from mobilecms-pro/master
Browse files Browse the repository at this point in the history
[fix] исправлена ошибка просмотра фотографии
  • Loading branch information
KpuTuK committed Oct 5, 2019
2 parents 3eb87ba + e5d46f2 commit f17772c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/photo/views/default/view_photo.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<?php if ($error) echo '<div class="error">'. $error .'</div>' ?>

<?php $this->display('title', array('text' => '<b><a href="'. a_url('photo/list_photos', 'album_id='. $album['album_id'] .'&amp;user_id='. $user_id) .'">'. $album[name] .'</a></b> | <b>'. $photo['name'] .'</b>')) ?>
<?php $this->display('title', array('text' => '<b><a href="'. a_url('photo/list_photos', 'album_id='. $album['album_id'] .'&amp;user_id='. $user_id) .'">'. $album['name'] .'</a></b> | <b>'. $photo['name'] .'</b>')) ?>

<div class="menu">
<?php echo $photo['image'] ?>
Expand Down

0 comments on commit f17772c

Please sign in to comment.