I´m working on a medal mod plugin, but i need to include/parse something in the page header, a function now i believe.
what is the best way to archieve this .
SOLVED Question About Inclusion In Page Header
Subject: Re: Question About Inclusion In Page Header
What do you need to include?
Can you please be more precise?
Anything you add to template var will be parsed in header anyway if you add it before full_page_generation.
For example you can add this on your page wherever you like before full_page_generation:
Var
Can you please be more precise?
Anything you add to template var will be parsed in header anyway if you add it before full_page_generation.
For example you can add this on your page wherever you like before full_page_generation:
$template->assign_vars(array(
'MEDAL_CONTENT' => $medal_content,
)
);
'MEDAL_CONTENT' => $medal_content,
)
);
Var
{MEDAL_CONTENT} gets then parsed on any template file which is included, being overall_header or any other.Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.3545s (PHP: 6% SQL: 94%)
SQL queries: 13 - Debug Off - GZIP Enabled