愿花的芳香飘进你的生活
在我们成长的旅途中,本就不是一帆风顺的,当遇到艰难的时候,不妨去换一种眼光来审视生活,要知道在某个不起眼的角落,一朵小花正等待着你去欣赏。
monograph:special feature on education
在我们成长的旅途中,本就不是一帆风顺的,当遇到艰难的时候,不妨去换一种眼光来审视生活,要知道在某个不起眼的角落,一朵小花正等待着你去欣赏。
在成长的旅途中,我总会抱有一种矛盾的心态:我们渴望着通过努力去实现自己的目标,可另一方面,我们又总是沉溺于现实的安逸之中,不愿走出自己的舒适圈。但是只有去打破,去超越原本的自己,我们才能成为更好的自己。
Modify ConfigVariables.php under mpdf/src/Config:
'autoScriptToLang' => true,
'autoLangToFont' => true,
(Default is false)
This tutorial works for jDownloads 1.9.0 version for Joomla 2.5.x and Joomla 3.x
To remove copyright footer message, you need to edit multiple files.
Open the folder components/com_jdownloads/views/categories/tmpl/ and edit the file default.php (Line 507)
Find (Use ctrl+F) the following lines of code (towards the very end of page):
$footer .= JDHelper::checkCom();
Comment it like this:
// $footer .= JDHelper::checkCom();
components/com_jdownloads/views/category/tmpl/default.php (Line 1743)
components/com_jdownloads/views/download/tmpl/default.php (Line 1055)
components/com_jdownloads/views/downloads/tmpl/default.php (Line 1364)
components/com_jdownloads/views/mydownloads/tmpl/default.php (Line 1243)
components/com_jdownloads/views/myhistory/tmpl/default.php (Line 196)
components/com_jdownloads/views/search/tmpl/default.php (Line 79)
components/com_jdownloads/views/summary/tmpl/default.php (Line 834)
and edit default.php in the same way as explained above.
To remove copyright footer message, you need to edit multiple files.
Open the folder components/com_jdownloads/tmpl/categories/ and edit the file default.php (Line 510)
Find (Use ctrl+F) the following lines of code (towards the very end of page):
$footer .= JDHelper::checkCom();
Comment it like this:
// $footer .= JDHelper::checkCom();
components/com_jdownloads/tmpl/category/default.php (Line 1800) (Note://$cat_footer .= JDHelper::checkCom();)
components/com_jdownloads/tmpl/download/default.php (Line 1056)
components/com_jdownloads/tmpl/downloads/default.php (Line 1364)
components/com_jdownloads/tmpl/mydownloads/default.php (Line 1375)
components/com_jdownloads/tmpl/myhistory/default.php (Line 200)
components/com_jdownloads/tmpl/search/default.php (Line 84)
components/com_jdownloads/tmpl/summary/default.php (Line 844)
and edit default.php in the same way as explained above.