Restore footer cross-links: blog posts, product downloads, sitemap, contact

This commit is contained in:
Jarvis Prime
2026-03-23 22:22:06 +00:00
parent 8f1d070576
commit f9b0f94fd8

View File

@@ -461,11 +461,25 @@ const isHome = currentPath === '/';
<div class="left">
<div class="latest-posts">
<h4><a href="/blog">Component Owl Blog — Tips, tutorials and news</a></h4>
<div class="post-info">Stay up to date with the latest from Component Owl</div>
<ul>
<li><a href="/blog/index.html%3Fp=927.html">Activation issues and how to solve them</a></li>
<li><a href="/blog/index.html%3Fp=921.html">The Three Main Advantages Better ListView Has Over ObjectListView</a></li>
<li><a href="/blog/index.html%3Fp=914.html">BLV and Internet Explorer</a></li>
<li><a href="/blog/index.html%3Fp=906.html">Centering Images in Better ListView Sub-Items</a></li>
<li><a href="/blog/index.html%3Fp=901.html">Sub-item Check Boxes in Better ListView</a></li>
</ul>
<a href="/blog">See more posts &raquo;</a>
</div>
</div>
<div class="right">
<div class="news">
<h4>Latest Releases</h4>
<ul>
<li><a href="/betterlistview.exe">Download Better ListView 3.15</a></li>
<li><a href="/betterthumbnailbrowser.exe">Download Better Thumbnail Browser 3.15</a></li>
<li><a href="/bettersplitbutton.exe">Download Better SplitButton 3.15</a></li>
<li><a href="/betterlistviewexpress.exe">Download Better ListView Express 3.14</a></li>
</ul>
<ul class="links">
<li><a href="/blog" class="rss">Subscribe to RSS</a></li>
<li><a href="https://twitter.com/ComponentOwl" class="twitter">Follow on Twitter</a></li>
@@ -476,10 +490,11 @@ const isHome = currentPath === '/';
<div class="d-placing">
<hr />
<div class="copy">
<div class="social"><a href="/support" class="feedback">Contact Us (Feedback)</a> <span>|</span> <a href="/feeds.rss" class="rss">RSS</a> <span>|</span> <a href="https://twitter.com/ComponentOwl" class="twitter">Twitter</a> <span>|</span> <a href="/sitemap.html">Sitemap</a></div>
&copy; 2010-2026 Porterhouse Management LLC &middot;
<a href="/privacy-policy">Privacy Policy</a> &middot;
<a href="/eula">EULA</a> &middot;
<a href="/disclaimer">Disclaimer</a>
<a href="/disclaimer">Disclaimer</a> &middot;
<a href="/privacy-policy">Privacy Policy</a>
</div>
</div>
</div>