Sujet fermé
Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5

[Résolu] liens page suivante et précédante MLEcms
#12

GCSimpleSmarty te permet de le faire :
Code :
[== Indéfini ==]
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}
Sujet fermé


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)