This commit is contained in:
Your Name
2020-05-27 11:55:10 +03:00
parent 689ca2246b
commit 5127feb4c7

View File

@@ -37,7 +37,7 @@ function anpromo_kuri($page = 1, $scale = 1){
$prevurl = "$baseurl$prevpage";
}
$downtitle = 'Скачать в PDF формате';
$downtitle = 'Скачать pdf';
$tempcontent = VIEWPATH.'anpdf3.phtml'; //подшаблон
@@ -288,12 +288,12 @@ function read_kuri($hash, $page = 0, $promo = 'full', $version = null){
$prevpage = $page - 1;
$prevurl = "$baseurl$prevpage";
if ($promo == 'full'){
$downtitle = 'Скачать в pdf формате';
$downtitle = 'Скачать pdf';
}
}
else {
$title = $price['pricename'];
$downtitle = 'Скачать в pdf формате';
$downtitle = 'Скачать pdf';
}
$htmlurl = "/readtext/$hash/$page/$promo";