Browse Source

Sep 04: [FIX] Bug Fixed 'theme_splash'

pull/331/head
Cybrosys Technologies 10 months ago
parent
commit
ce14cad738
  1. 2
      theme_splash/__manifest__.py
  2. 7
      theme_splash/doc/RELEASE_NOTES.md
  3. 4
      theme_splash/views/website_layout_templates.xml

2
theme_splash/__manifest__.py

@ -21,7 +21,7 @@
############################################################################# #############################################################################
{ {
'name': 'Theme Splash', 'name': 'Theme Splash',
'version': '17.0.1.0.0', 'version': '17.0.1.0.1',
'category': 'Theme/Corporate', 'category': 'Theme/Corporate',
'summary': 'Design Web Pages with Theme Splash', 'summary': 'Design Web Pages with Theme Splash',
'description': 'Theme Splash is an attractive and unique front-end theme ' 'description': 'Theme Splash is an attractive and unique front-end theme '

7
theme_splash/doc/RELEASE_NOTES.md

@ -3,4 +3,9 @@
#### 06.02.2024 #### 06.02.2024
#### Version 17.0.1.0.0 #### Version 17.0.1.0.0
#### ADD #### ADD
- Initial commit for Theme Splash - Initial commit for Theme Splash
#### 03.09.2024
#### Version 17.0.1.0.1
#### UPDT
- Bug Fix

4
theme_splash/views/website_layout_templates.xml

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

Loading…
Cancel
Save