Closed ramiy closed 13 years ago
i sent you the file, check your email.
change the styles() function in "controllers/wiki_pages.php" file to:
function styles() { wp_enqueue_style('wordpress-wiki', PLUGIN_URL ."/".WPWIKI_DIR_NAME."/static/style.css"); if ( is_rtl() ) wp_enqueue_style('wordpress-wiki-rtl', PLUGIN_URL ."/".WPWIKI_DIR_NAME."/static/rtl.css"); }
to add the rtl file to the theme.
i have created rtl.css file to support rtl languages. how can upload the file?