PHP 클래스 RightToLeftPlugin, addons

상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/addons

보호된 프로퍼티들

프로퍼티 타입 설명
$rtlLocales array List the locales that are rtl.

공개 메소드들

메소드 설명
Base_Render_Before ( Gdn_Controller $Sender ) Add the rtl stylesheets to the page.

메소드 상세

Base_Render_Before() 공개 메소드

The rtl stylesheets should always be added separately so that they aren't combined with other stylesheets when a non-rtl language is still being displayed.
public Base_Render_Before ( Gdn_Controller $Sender )
$Sender Gdn_Controller

프로퍼티 상세

$rtlLocales 보호되어 있는 프로퍼티

List the locales that are rtl.
protected array $rtlLocales
리턴 array