mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 15:54:43 +02:00
Watermark now applies site-wide when activated.
This commit is contained in:
@@ -280,6 +280,12 @@ $text .= "<div class='field-section'>".$tp->parseTemplate("{IMAGESELECTOR={$parm
|
||||
//TODO make the preview update when image-picker is used.
|
||||
$text .= "<div class='field-spacer'>".$tp->parseTemplate("{IMAGESELECTOR={$parms}&scaction=preview}")."</div>";
|
||||
|
||||
$sLogo = siteinfo_shortcodes::sc_logo();
|
||||
|
||||
echo $sLogo;
|
||||
// $frm->imagepicker('sitelogo',$pref['sitelogo'],'_common')
|
||||
|
||||
|
||||
$text .= "
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user