print image button

Phoca Gallery - image gallery extension
gerilla
Phoca Member
Phoca Member
Posts: 33
Joined: 04 Nov 2008, 17:16

print image button

Post by gerilla »

hi,
i saw this request at feauture list. i am using a simple java code for this on my site. here is the code.

Code: Select all

<td><img onclick="window.print();" style="cursor:pointer" title="Print" src="components/com_phocagallery/assets/images/icon-print.png" /></td>
add this code to components/com_phocagallery/views/detail/tmpl/default.php line 56.
and then add the print icon i've added below to your components/com_phocagallery/assets/images/ folder.

thats it.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49007
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: print image button

Post by Jan »

Hi, thank you for this information/solution... Jan
If you find Phoca extensions useful, please support the project
arisrais
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 03 Feb 2010, 15:13

Re: print image button

Post by arisrais »

thanks
reyhan
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 14 Oct 2015, 15:42

Re: print image button

Post by reyhan »

hi guys
i tested this code but it doesn't work in joomla 2.5 :(
please help ... give me some code for print image.
Post Reply