plugin staticpage
Posted: Sat Sep 01, 2007 8:47 am
Hi,
I made some changes in plugin_staticpage.tpl in order to remove doubled title of the articles:
I deleted first five lines here. But when refreshed in the browser nothing had changed. I even renamed plugin_staticpage.tpl at last but the page appeared as before. Is this some problem with caching? I reloaded the page in FireFox (Ctrl-R) but it didn't help. Is it possible Apache to do some caching? If so, how to refresh / clear it?
I run all on my PC:
Windows XP SP2/Apache 2.0.59/PHP 5.2.3/MySQL 5.0.41/FireFox 2.0.0.6.
I made some changes in plugin_staticpage.tpl in order to remove doubled title of the articles:
Code: Select all
{if $staticpage_articleformat}
<div id="staticpage_{$staticpage_pagetitle|@makeFilename}" class="serendipity_Entry_Date serendipity_staticpage">
<h3 class="serendipity_date">{$staticpage_articleformattitle|@escape}</h3>
{/if}
<h4 class="serendipity_title"><a href="#">{$staticpage_headline|@escape}</a></h4>
I run all on my PC:
Windows XP SP2/Apache 2.0.59/PHP 5.2.3/MySQL 5.0.41/FireFox 2.0.0.6.