summaryrefslogtreecommitdiffstats
path: root/apps/admin/templates/_branding.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/admin/templates/_branding.php')
-rw-r--r--apps/admin/templates/_branding.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/admin/templates/_branding.php b/apps/admin/templates/_branding.php
new file mode 100644
index 0000000..c035a54
--- /dev/null
+++ b/apps/admin/templates/_branding.php
@@ -0,0 +1,4 @@
+ <?php echo use_helper("Asset") ?>
+ <div class="branding">
+ <div class="logo"><?php echo image_tag("logo","alt=Title")?></div>
+ </div>