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

kodersha/yellow-typograph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages