diff --git a/themes/fid_bbi/icons/small/person.svg b/themes/fid_bbi/icons/small/person.svg new file mode 100644 index 0000000000000000000000000000000000000000..b81cfb41b96e7dd8ee3dfdb49fd1086dfbf7d482 --- /dev/null +++ b/themes/fid_bbi/icons/small/person.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28" height="28" width="28"><circle cx="14" cy="8" r="5" fill="none"/><path d="M19.787 14.894a9 9 0 01-11.57 0M9.35 15L4 18v6h20v-6l-5.35-3" fill="none"/></svg> diff --git a/themes/fid_bbi/templates/nav.phtml b/themes/fid_bbi/templates/nav.phtml index dfcd27b8760b27605f50b29f1260b0e24ca4f79f..d1118416b5a82edd45d9cfd5a27aec9ab7083a47 100644 --- a/themes/fid_bbi/templates/nav.phtml +++ b/themes/fid_bbi/templates/nav.phtml @@ -63,7 +63,7 @@ <?php if ($account->isLoggedIn()): ?> <a href="<?=$this->url('myresearch-home', [], ['query' => ['redirect' => 0]])?>"> <span> - <?=$this->icon('small/face')?> + <?=$this->icon('small/person')?> <?=$this->transEsc("Your Account")?> </span> </a>