Replace branding route calling for name and footer in views
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
window.cloudron = {};
|
||||
window.cloudron.name = '<%= cloudronName %>';
|
||||
window.cloudron.footer = `<%= footer %>`;
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user