Browse Source

Sep 04: [FIX] Bug Fixed 'theme_splash'

pull/332/merge
Cybrosys Technologies 8 months ago
parent
commit
6d1018863e
  1. 2
      theme_splash/__manifest__.py
  2. 5
      theme_splash/doc/RELEASE_NOTES.md
  3. 5
      theme_splash/views/views.xml

2
theme_splash/__manifest__.py

@ -32,7 +32,7 @@
'and clear cart options by default.',
'summary': 'Design Web Pages with Theme Splash',
'category': 'Theme/Corporate',
'version': '16.0.1.0.0',
'version': '16.0.1.0.1',
'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions',

5
theme_splash/doc/RELEASE_NOTES.md

@ -4,3 +4,8 @@
#### Version 16.0.1.0.0
#### ADD
- Initial commit for Theme Splash
#### 03.09.2024
#### Version 16.0.1.0.1
#### UPDT
- Bug Fix

5
theme_splash/views/views.xml

@ -112,8 +112,9 @@
<!-- This is a custom footer template for a website, with three sections for information on About Us,-->
<!-- Contact Us, and Newsletter Subscription. It also includes social media icons and a copyright notice.-->
<xpath expr="//footer" position="replace">
<footer class="footer ">
<div class="container">
<footer class="footer" id="bottom">
] <div class="container" id="footer">
<div class="row">
<div class="col-12 col-lg-4 col-md-12 col-sm-12">
<div class="footer_part">

Loading…
Cancel
Save