Hi
Does some one know how ik can fix that i can see the page title on the page.tpl
{*
/*
* @CODOLICENSE
*/
*}
{* Smarty *}
{extends file='layout.tpl'}
{block name=body}
<style type="text/css">
.codo_page_content {
margin-top: -20px;
background: white;
border-radius: 5px;
padding: 15px;
}
.container {
width: 100%;
}
</style>
<div class="container">
{"block_custom_page_before"|load_block}
<div class="codo_page_content">
{"block_custom_page_start"|load_block}
{$contents}
{$page_title} <???? --- doesnt work or {$title}
{"block_custom_page_end"|load_block}
</div>
{"block_custom_page_after"|load_block}
</div>
{/block}
if i look in the database it is calling title and if i see in the page.php the insert is page_title
can some help me?
Hi
Does some one know how ik can fix that i can see the page title on the page.tpl
````
{*
/*
* @CODOLICENSE
*/
*}
{* Smarty *}
{extends file='layout.tpl'}
{block name=body}
<style type="text/css">
.codo_page_content {
margin-top: -20px;
background: white;
border-radius: 5px;
padding: 15px;
}
.container {
width: 100%;
}
</style>
<div class="container">
{"block_custom_page_before"|load_block}
<div class="codo_page_content">
{"block_custom_page_start"|load_block}
{$contents}
{$page_title} <???? --- doesnt work or {$title}
{"block_custom_page_end"|load_block}
</div>
{"block_custom_page_after"|load_block}
</div>
{/block}
````
if i look in the database it is calling title and if i see in the page.php the insert is page_title
can some help me?