<?php /** * @version 1.5.0 * @package Fi pdf * @copyright Copyright (C) 2012 Fiyo Developers. * @license GNU/GPL, see LICENSE.txt **/ defined('_FINDEX_') or die('Access Denied'); $pdf = new pdf(); $pdf->category(app_param('label'), Page_ID, 1); if (isset($pdf->category)) { $category = $pdf->category; $catlink = $pdf->catlink; $text = $pdf->desc; $pagelink = $pdf->pglink; $link = $pdf->link; $perrows = $pdf->perrows; $author = $pdf->author; $title = $pdf->title; $title = $pdf->title; $labels = $pdf->labels; $hits = $pdf->hits; $date = $pdf->date; $label = ucfirst(app_param('label')); if ($title) { if (!empty($label)) { echo "<h1 class='title'>{$label}</h1>"; } else { if (defined('Apps_Title')) { echo "<h1 class='title'>" . Apps_Title . "</h1>";
<?php /** * @version 1.5.0 * @package Fi pdf * @copyright Copyright (C) 2012 Fiyo Developers. * @license GNU/GPL, see LICENSE.txt **/ defined('_FINDEX_') or die('Access Denied'); $pdf = new pdf(); $pdf->category(app_param('id'), Page_ID); if (isset($pdf->category)) { $category = $pdf->category; $catlink = $pdf->catlink; $text = $pdf->desc; $pagelink = $pdf->pglink; $link = $pdf->link; $perrows = $pdf->perrows; $author = $pdf->author; $title = $pdf->title; $title = $pdf->title; $labels = $pdf->labels; $hits = $pdf->hits; $date = $pdf->date; $label = ucfirst(app_param('label')); if ($title) { if (!empty($label)) { echo "<h1 class='title'>{$label}</h1>"; } else { if (defined('PageTitle')) { echo "<h1 class='title'>" . PageTitle . "</h1>";