
synthetron - 2015-10-26 16:31:19 -
In reply to message 4 from synthetron
and put into creaindex parameters : t_created
function CreaIndex($title,$author,$chapters,$subchap,$subitem,$text,$lang,$num_type){
global $font,$siteUrl,$sitename;
$ftype = '';
if($lang=="En") {
$t_by = "by";
$t_created = "This publication was created by Synthetron";
$t_index = "Index";
same for first page items
$this->SetXY(10,220);
$this->CellFitScale(95,17,'Synth',0,1,'R',0,"$siteUrl");
$rgb = $this->hex2rgb('006e01');
$this->SetTextColor($rgb['r'],$rgb['g'],$rgb['b']);
$this->SetXY(105,220);
$this->CellFitScale(85,17,'etron',0,1,'L',0,"$siteUrl");