diff --git a/models/pictsharemodel.php b/models/pictsharemodel.php index c957c94..2edf1d7 100644 --- a/models/pictsharemodel.php +++ b/models/pictsharemodel.php @@ -509,6 +509,9 @@ class PictshareModel extends Model { $albumlink = DOMAINPATH.implode('/',$hashes); $o.='

Album link

'.$albumlink.''; + + $iframe = ''; + $o.='

Embed code

'; } return $o; diff --git a/template_album.php b/template_album.php index 3c83cca..69af531 100644 --- a/template_album.php +++ b/template_album.php @@ -14,6 +14,7 @@ + diff --git a/template_album_embed.php b/template_album_embed.php index 789ef77..45b8d73 100644 --- a/template_album_embed.php +++ b/template_album_embed.php @@ -17,6 +17,7 @@ +