PhocaPDF and YooTheme templates

Phoca PDF - creating PDF documents in Joomla! CMS
iDanny
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 28 Aug 2012, 12:42

PhocaPDF and YooTheme templates

Post by iDanny »

Hi,

Any chance you could help us adapt the YooTheme template for your code ?

This is the one for articles:

Code: Select all

		<?php if ($params->get('show_title')) : ?>
		<header>
		
			<?php if (!$this->print) : ?>
				<?php if ($params->get('show_email_icon')) : ?>
				<div class="icon email"><?php echo JHtml::_('icon.email',  $this->item, $params); ?></div>
				<?php endif; ?>
			
				<?php if ($params->get('show_print_icon')) : ?>
				<div class="icon print"><?php echo JHtml::_('icon.print_popup',  $this->item, $params); ?></div>
				<?php endif; ?>
			<?php else : ?>
				<div class="icon printscreen"><?php echo JHtml::_('icon.print_screen',  $this->item, $params); ?></div>
			<?php endif; ?>
This is the one in blogs:

Code: Select all

	<?php if ($params->get('show_title')) : ?>
	<header>
		
		<?php if ($params->get('show_email_icon')) : ?>
		<div class="icon email"><?php echo JHtml::_('icon.email', $this->item, $params); ?></div>
		<?php endif; ?>
	
		<?php if ($params->get('show_print_icon')) : ?>
		<div class="icon print"><?php echo JHtml::_('icon.print_popup', $this->item, $params); ?></div>
		<?php endif; ?>
Thanks,
Danny
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: PhocaPDF and YooTheme templates

Post by Jan »

Hi, I am sorry, but I don't know YooTheme :-( :-(
If you find Phoca extensions useful, please support the project
Post Reply