mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 20:44:48 +02:00
4 lines
307 B
Python
4 lines
307 B
Python
global $tp;
|
|
$path = ($_POST['sitebutton'] && $_POST['ajax_used']) ? $tp->replaceConstants($_POST['sitebutton']) : (strstr(SITEBUTTON, "http:") ? SITEBUTTON : e_IMAGE.SITEBUTTON);
|
|
return "<a href='".SITEURL."'><img src='".$path."' alt=\"".SITENAME."\" style='border: 0px; width: 88px; height: 31px' /></a>";
|