casi99 Posted June 25, 2013 Share Posted June 25, 2013 (edited) Hallo, ich stehe gerade echt auf dem Schlauch. Ich habe ein Theme und da einen Footer drin mit einer Footer.TPL. Er wird auch alles soweit richtig angezeigt, allerdings wollte ich einen neuen Link dort einfügen und diese Änderung wird nicht übernommen. Dann habe ich einfach einen vorhandenen Link rausgelöscht, aber das hat auch nicht funktioniert. Cache geleert und kompilierung eingeschaltet, keine Reaktion. Die ganze Footer.tpl gelöscht und dann war der Footer auch weg, also muß das ja die richtige Datei sein. Aber egal was ich an der Footer.tpl Datei ändere es wird einfach nicht übernommen. Hat jemand noch eine Idee? VG Carsten Edited June 25, 2013 by casi99 (see edit history) Link to comment Share on other sites More sharing options...
newcommer Posted June 25, 2013 Share Posted June 25, 2013 Poste mal den code vom footer Link to comment Share on other sites More sharing options...
casi99 Posted June 25, 2013 Author Share Posted June 25, 2013 {if !$content_only} </div> </div> <!-- Footer --> <div id="footer">{$HOOK_FOOTER}</div> </div> {/if} <div id="bottom-menu-bar"> <ul> <!-- <li><a href="{$base_dir}authentication.php?back=my-account.php">{l s='Login'}</a></li> <li><a href="#">Help</a></li> --> <li class="last"><a href="#" class="top-button">Top</a></li> </ul> </div> <!-- FOOTER NR2 --> <div id="footer2"> <div class="multi-columns"> <div class="fourth"> <h4>Social links</h4> <img src="{$base_dir}themes/simplered/img/users.png" alt="hier kommt Ihr zu unserer Facebook Seite" class="alignleft no-border" /> <p>wWenn Ihr immer auf dem Laufenden bleiben wollt und unsere aktuellen Angebote nicht verpassen wollt</p> <ul class="social-links"> <li><a href="http://www.facebook.com/pages/CSJK9-Deutschland/168653489893311" target="_blank" class="facebook"></a></li> <!-- <li><a href="#" class="twitter"></a></li> <li><a href="#" class="flickr"></a></li> <li><a href="#" class="skype"></a></li> <li><a href="#" class="blogger"></a></li> <li><a href="#" class="rss"></a></li> --> </ul> </div> <div class="fourth"> <h4>Aktionen & mehr</h4> <ul> <li><a href="{$base_dir}cms.php?id_cms=11">{l s='Futterabo'}</a></li> <li><a href="{$base_dir}prices-drop.php">{l s='Sonderangebote'}</a></li> <li><a href="{$base_dir}new-products.php">{l s='Neue Produkte'}</a></li> <li><a href="{$base_dir}best-sales.php">{l s='Bestseller'}</a></li> </ul> </div> <div class="fourth"> <h4>Dein Konto</h4> <ul> <li><a href="{$base_dir}my-account.php">{l s='Dein Konto'}</a></li> <li><a href="{$base_dir}modules/blockwishlist/mywishlist.php">{l s='Wunschliste'}</a></li> <li><a href="{$base_dir}order.php">{l s='Dein Warenkorb'}</a></li> <li><a href="{$base_dir}manufacturer.php">{l s='Hersteller'}</a></li> <li><a href="{$base_dir}privacy.php">{l s='Datenschutz'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=3">{l s='Nutzungsbedingungen'}</a></li> </ul> </div> <div class="fourth last"> <h4>Informationen</h4> <ul> <li><a href="{$base_dir}cms.php?id_cms=1">{l s='Lieferung'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=2">{l s='Impressum'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=3">{l s='AGB & Widerruf'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=4">{l s='Ueber uns'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=5">{l s='Zahlungsmoeglichkeiten'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=6">{l s='Datenschutz'}</a></li> <li><a href="{$base_dir}stores.php">{l s='Unsere Shops'}</a></li> <li><a href="{$base_dir}cms.php?id_cms=14">{l s='Unsere Partner'}</a></li> <li><a href="{$base_dir}contact-form.php">{l s='Kontakt'}</a></li> <li><a href="{$base_dir}sitemap.php">{l s='Sitemap'}</a></li> </ul> <!-- <img src="{$img_dir}Visa_Mastercard_Logo.jpg" alt="visa" width="220" height="140" /></br> <img src="{$img_dir}paypal_logo.jpg" alt="paypal" width="220" height="76" /> </a>--> </div> </div> <!-- SUB-FOOTER <div id="copyright-bar"> <strong>Shadow Theme</strong> | Lika Web 2012 © All rights reserved - Your Name.com </div> --> </body> </html> Rot ist der neue! Link to comment Share on other sites More sharing options...
casi99 Posted June 25, 2013 Author Share Posted June 25, 2013 Ich nehme ja an das er sich noch irgendwo eine Cache Version zieht! Wenn ich auf Smarty2 schalte dann ist der Footer weg. Kann ich die Dateien im Cache und compile Ordner vom Smarty einfach löschen? Link to comment Share on other sites More sharing options...
casi99 Posted June 25, 2013 Author Share Posted June 25, 2013 (edited) Gelöst! Smarty Cache und Compile Dateien gelöscht! Jetzt funktioniert alles! Edited June 25, 2013 by casi99 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now