Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 763 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 763 Bytes

Typograph extension

Typograph for Yellow CMS.

Install

Download this extension, put zip archive into your system folder.

To uninstall delete all plugin files.

Required

Blog extension.

How use?

Open system\layouts\blog.html file.

Replace:

<?php echo $this->yellow->page->getContentHtml() ?>

To:

<?= (new YellowTypograph())->applyTypograph($this->yellow->page->getContentHtml()); ?>

You can apply typograph in any text output location by analogy.

Used