PHP Class RightToLeftPlugin, addons

Inheritance: extends Gdn_Plugin
Mostrar archivo Open project: vanilla/addons

Protected Properties

Property Type Description
$rtlLocales array List the locales that are rtl.

Public Methods

Method Description
Base_Render_Before ( Gdn_Controller $Sender ) Add the rtl stylesheets to the page.

Method Details

Base_Render_Before() public method

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

Property Details

$rtlLocales protected_oe property

List the locales that are rtl.
protected array $rtlLocales
return array