Commit 38c2d68a authored by Bastien Ho's avatar Bastien Ho
Browse files

typo

parent 283abb80
Showing with 1 addition and 1 deletion
+1 -1
......@@ -28,7 +28,7 @@
<a class="dashicons dashicons-admin-tools" href="<?php echo $eg->admin_url; ?>advanced.php?s=<?php echo $eg->session->name; ?>&t=<?php echo $eg->session->token; ?>" title="<?php _e('Advanced'); ?>">&nbsp;</a>
<a class="dashicons dashicons-admin-generic" href="<?php echo $eg->admin_url; ?>networks.php?s=<?php echo $eg->session->name; ?>&t=<?php echo $eg->session->token; ?>" title="<?php _e('Settings'); ?>">&nbsp;</a>
<a class="dashicons dashicons-screenoptions" href="<?php echo $eg->admin_url; ?>index.php?s=<?php echo $eg->session->name; ?>&t=<?php echo $eg->session->token; ?>" title="<?php _e('Admin'); ?>">&nbsp;</a>
<a class="dashicons dashicons-admin-site" href="<?php echo $eg->base_url; ?>/<?php echo $eg->session->name; ?>">&nbsp;</a>
<a class="dashicons dashicons-admin-site" href="<?php echo $eg->base_url; ?><?php echo $eg->session->name; ?>">&nbsp;</a>
</div>
</header>
<?php $eg->print_messages(); ?>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment