02/09/2010, 14:55:55
Re,
Bon je viens de m'apercevoir que le fichier d'aide du module cgsimplesSmarty
est différent en français de celui en anglais
j'ai donc utilisé ceci:--------------->The 'second' block of the 'about' page is (second)
et çà marche nickel
Bon je viens de m'apercevoir que le fichier d'aide du module cgsimplesSmarty
est différent en français de celui en anglais
Citation :# get_page_content($alias[,$block][,$assign])
Returns the text of a specific content block of another page.
Arguments:
* $alias - The page alias to extract content from.
* [$block] - (optional) The name of the content block in the specified page. if this variable is not specified, 'content_en' is assumed.
* [$assign] - (optional) The name of a variable to assign the results to.
<-[ins]de--ici[/ins]-------------------------------------------------------------------------------------------------->
Example:
The 'second' block of the 'about' page is {$cgsimple->get_page_content('about','second','foo')}{eval var=$foo}
# get_sibling($direction[,$assign][,$alias])
Returns the alias of the next or previous sibling to the specified page. or false.
Arguments:
* $direction - the direction to look in. possible values are prev,previous,-1,next,1
* [$assign] - (optional) The name of the variable to assign the results to.
* [$alias] - (optional) The page alias to find the sibling for. If this is not specified, the current page is used.
Example:
Link to previous sibling: {$cgsimple->get_sibling("prev","prev_sibling")}{if !empty($prev_sibling)}{cms_selflink page="$prev_sibling" text="Previous"}{/if}
<-----------[ins]jusqu'ici[/ins]-------------------n'est pas dans le fichier français--------------->
j'ai donc utilisé ceci:--------------->The 'second' block of the 'about' page is (second)
Code :
{$cgsimple->get_page_content('about','second','foo')}{eval var=$foo}
et çà marche nickel
-.