hallo,
how can I make a personal replacement tag for the menu of my site? In which part of phpwcms structure I have to begin?
menu
include/inc_front/front.func.inc.php
(functions that are used in:)
include/inc_front/content.func.inc.php
but PLEASE! do not edit these files but simply create your function and your replacement tag. After you have created these codes do the following:
place them in a file as described below:
--------[CREATE]---------
phpwcms_template/inc_script/frontend_render/mod_yourmod.php
--------[ADD]---------
<?php
yourfunction {
}
--------[ADD, AFTER]---------
yourreptag
?>
--------[CLOSE]--------
You can also have a look at the guidelines in our NEW developers forum (announcements-section)
--...-- for further information.
(functions that are used in:)
include/inc_front/content.func.inc.php
but PLEASE! do not edit these files but simply create your function and your replacement tag. After you have created these codes do the following:
place them in a file as described below:
--------[CREATE]---------
phpwcms_template/inc_script/frontend_render/mod_yourmod.php
--------[ADD]---------
<?php
yourfunction {
}
--------[ADD, AFTER]---------
yourreptag
?>
--------[CLOSE]--------
You can also have a look at the guidelines in our NEW developers forum (announcements-section)
--...-- for further information.