Skip to content

Instantly share code, notes, and snippets.

@ashour
Created March 24, 2020 11:29
Show Gist options
  • Save ashour/ed59e8eb8a73c36783e3c76232f47465 to your computer and use it in GitHub Desktop.
Save ashour/ed59e8eb8a73c36783e3c76232f47465 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html dir="<?php echo $dir?>" lang="<?php echo $locale?>">
<head>
<!-- ... -->
<link rel="stylesheet" href="/framework.css" />
<link rel="stylesheet" href="/app.css" />
<?php if ($dir == 'rtl'): ?>
<link rel="stylesheet" href="/framewor-rtl.css" />
<link rel="stylesheet" href="/app-rtl.css" />
<?php endif; ?>
</head>
<!-- ... -->
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment