Skip to content
Snippets Groups Projects
Commit 28ab7aee authored by Brett Bieber's avatar Brett Bieber
Browse files

Minor fixes, &=>&

parent 6d8b88aa
Branches
No related tags found
No related merge requests found
...@@ -36,12 +36,12 @@ global $pickerinuse; ...@@ -36,12 +36,12 @@ global $pickerinuse;
if (isset($pickerinuse) && $pickerinuse == true) { ?> if (isset($pickerinuse) && $pickerinuse == true) { ?>
<!-- only needed on pages where we have friends collections and/or the friends picker --> <!-- only needed on pages where we have friends collections and/or the friends picker -->
<script type="text/javascript" src="<?php echo $vars['url']; ?>vendors/jquery/jquery.easing.1.3.packed.js"></script> <script type="text/javascript" src="<?php echo $vars['url']; ?>vendors/jquery/jquery.easing.1.3.packed.js"></script>
<script type="text/javascript" src="<?php echo $vars['url']; ?>_css/js.php?lastcache=<?php echo $vars['config']->lastcache; ?>&js=friendsPickerv1&viewtype=<?php echo $vars['view']; ?>"></script> <script type="text/javascript" src="<?php echo $vars['url']; ?>_css/js.php?lastcache=<?php echo $vars['config']->lastcache; ?>&amp;js=friendsPickerv1&amp;viewtype=<?php echo $vars['view']; ?>"></script>
<?php <?php
} }
?> ?>
<!-- include the default css file --> <!-- include the default css file -->
<link rel="stylesheet" href="<?php echo $vars['url']; ?>_css/css.css?lastcache=<?php echo $vars['config']->lastcache; ?>&viewtype=<?php echo $vars['view']; ?>" type="text/css" /> <link rel="stylesheet" href="<?php echo $vars['url']; ?>_css/css.css?lastcache=<?php echo $vars['config']->lastcache; ?>&amp;viewtype=<?php echo $vars['view']; ?>" type="text/css" />
<style type="text/css"> <style type="text/css">
#navigation {display:none;} #navigation {display:none;}
</style> </style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment