fmt
This commit is contained in:
parent
e4ce96fe6c
commit
a267e502f3
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ class MP3FileHandlerTheme extends Themelet
|
|||
{
|
||||
public function display_image(Image $image)
|
||||
{
|
||||
global $page;
|
||||
global $page;
|
||||
$data_href = get_base_href();
|
||||
$ilink = $image->get_image_link();
|
||||
$html = "
|
||||
|
|
|
@ -8,7 +8,7 @@ class SVGFileHandlerTheme extends Themelet
|
|||
{
|
||||
public function display_image(Image $image)
|
||||
{
|
||||
global $page;
|
||||
global $page;
|
||||
$ilink = make_link("get_svg/{$image->id}/{$image->id}.svg");
|
||||
// $ilink = $image->get_image_link();
|
||||
$html = "
|
||||
|
|
Reference in a new issue