added hash_base system (base refs gets stored in the _SESSION)
[phpgitweb.git] / htdocs / lib / ContentProvider.class.php
index a32a37fb95d92a2593e5e730ca13b74b2dc4cfe9..76b2eb0f1e1a508053a9df9d46d1c8048fbd703a 100644 (file)
@@ -113,6 +113,7 @@ class ContentProvider {
                        $template_html = $this->load_template($this->template, $subtemplate);
                }
                $template_html = preg_replace_callback('/%([^%]*)%/', array($this, "replace_placeholder"), $template_html);
+               $template_html = preg_replace_callback('/%([^%]*)%/', array($this, "replace_placeholder"), $template_html);
                
                return $template_html;
        }