Page 1 of 1

PhocaPDF and YooTheme templates

Posted: 28 Aug 2012, 12:48
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

Re: PhocaPDF and YooTheme templates

Posted: 19 Sep 2012, 00:15
by Jan
Hi, I am sorry, but I don't know YooTheme :-( :-(