starkinternet
Chevereto Member
hey guy,
How to have custom meta title, description in homepage ? just only homepage
How to have custom meta title, description in homepage ? just only homepage
Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.
Please keep in mind:
<?php if(_home()) :?>
<title>Homepage title</title>
<?php endif; ?>
<?php if(is_home()) : ?>
<title>test</title>
<?php endif; ?>
case '': case 'index.php':
@session_start();
$_SESSION['last_upload_request'] = time();
$this->template = 'index';
break;
case '': case 'index.php':
@session_start();
$_SESSION['last_upload_request'] = time();
$this->template = 'index';
self::$doctitle = 'My doctitle';
break;