Skip to content

Instantly share code, notes, and snippets.

@hemache
Last active December 16, 2015 14:19
Show Gist options
  • Save hemache/5447775 to your computer and use it in GitHub Desktop.
Save hemache/5447775 to your computer and use it in GitHub Desktop.
<? if(cliprz::system(config)->get('language','direction') == 'rtl'): ?>
<link rel="stylesheet" type="text/css" href="<?=assets('bootstrap/css/bootstrap.rtl.css')?>" />
<link rel="stylesheet" type="text/css" href="<?=assets('bootstrap/css/bootstrap-responsive-rtl.css')?>">
<? else: ?>
<link rel="stylesheet" type="text/css" href="<?=assets('bootstrap/css/bootstrap.css')?>" />
<link rel="stylesheet" type="text/css" href="<?=assets('bootstrap/css/bootstrap-responsive.css')?>">
<? endif ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment