From 5842a37c4fe9dafc370e43a02a335bdcd2c1473f Mon Sep 17 00:00:00 2001 From: Christian Haschek Date: Sat, 22 Oct 2016 21:04:15 +0200 Subject: [PATCH] added embedding code after upload of multiple images --- models/pictsharemodel.php | 3 +++ template_album.php | 1 + template_album_embed.php | 1 + 3 files changed, 5 insertions(+) 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 @@ +