Guest User

Untitled

a guest
May 26th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <?php
  2. $files = JHtml::_('stylesheet','templates/siduction/css/general.css',null,false,true);
  3. if ($files):
  4. if (!is_array($files)):
  5. $files = array($files);
  6. endif;
  7. foreach($files as $file):
  8. ?>
  9. <link rel="stylesheet" href="<?php echo $file;?>" type="text/css" />
  10. <?php
  11. endforeach;
  12. endif;
  13. ?>
Add Comment
Please, Sign In to add comment