I apologize for my bad English
oops not in the section
Moderator: Moderators
if ( !defined('IN_PHPBB') )
{
die('Hacking attempt');
}
$template->assign_vars(array(
'S_IN_GALLERY' => true,
));
</head>
<!-- IF S_IN_GALLERY -->
<base href="http://www.yourdomain.com/subdir_if_needed/gallery/" />
<!-- ENDIF -->

if (strpos($this->seo_opt['req_self'], GALLERY_ROOT_PATH) !== false) {
$this->seo_opt['file_hbase']['index'] = $this->seo_opt['file_hbase']['search'] = $this->seo_path['phpbb_url'] . GALLERY_ROOT_PATH;
} if ( $this->seo_opt['url_rewrite'] && !defined('ADMIN_START') && isset($this->seo_opt['file_hbase'][$this->seo_opt['req_file']])) {
$this->seo_opt['seo_base_href'] = '<base href="' . $this->seo_opt['file_hbase'][$this->seo_opt['req_file']] . '"/>';
}




Users browsing this forum: No registered users and 5 guests