parent
8f86b03c72
commit
38754b0bca
@ -0,0 +1,16 @@ |
|||||||
|
<script setup> |
||||||
|
import headerLogoPath from "../../../../assets/css/themes/chamilo/images/header-logo.svg" |
||||||
|
import { usePlatformConfig } from "../../store/platformConfig" |
||||||
|
|
||||||
|
const platformConfigStore = usePlatformConfig() |
||||||
|
|
||||||
|
const siteName = platformConfigStore.getSetting("platform.site_name") |
||||||
|
</script> |
||||||
|
|
||||||
|
<template> |
||||||
|
<img |
||||||
|
:alt="siteName" |
||||||
|
:src="headerLogoPath" |
||||||
|
:title="siteName" |
||||||
|
/> |
||||||
|
</template> |
Loading…
Reference in new issue