diff --git a/customindex/views/default/customindex/content.php b/customindex/views/default/customindex/content.php index b5d2613fe47924c6f8145e1040802c701f49f4b9..8b5f2efd85e4200dc69e067ffcb32d4bbd5ceb25 100644 --- a/customindex/views/default/customindex/content.php +++ b/customindex/views/default/customindex/content.php @@ -258,7 +258,7 @@ <!-- end moded splash code --> <br style="clear:both" /><br /> - +<a name="login" href="#"></a> <?php diff --git a/customindex/views/default/customindex/css.php b/customindex/views/default/customindex/css.php index 338c6e8877c2fc7d23eeb88ca55a28d13844776a..4743866cc9c08aa7b77cdefef9d6c1f325c0dc9c 100644 --- a/customindex/views/default/customindex/css.php +++ b/customindex/views/default/customindex/css.php @@ -113,7 +113,7 @@ end three equal panels */ } #poster2>div { position:absolute; - border:1px solid #333; + border:2px solid #333; -moz-border-radius:3px; padding:10px; } diff --git a/customindex/views/default/customindex/metatags.php b/customindex/views/default/customindex/metatags.php index 93634012a58e8e00759ad6762a2096336bbfc767..4fc074d57ecdbea57608542585a238a1d5f867e6 100644 --- a/customindex/views/default/customindex/metatags.php +++ b/customindex/views/default/customindex/metatags.php @@ -19,6 +19,11 @@ <script type="text/javascript"> WDN.jQuery(document).ready(function(){ + + + + + WDN.jQuery("#headlines>div").click(function(){ panelClicked = WDN.jQuery(this).attr("id").split('headline')[1]; WDN.jQuery("#headlines>div").removeClass("activepanel"); @@ -33,8 +38,11 @@ }); //load the video in a modal box on window load. //WDN.toolbar.colorbox('#promoVideo', {inline:true, href:"#promoVideo", open:true}); - + }); + <?php if($_REQUEST['register']==1) + echo 'WDN.jQuery(window).load(function() { WDN.jQuery("#headline2").trigger("click"); });'; + ?> </script>