Jump to content

Indice Pagination Catégorie PS1.6


Recommended Posts

Je ne sais pas ce que vous voulez faire de ce paramètre ni où vous le voulez mais dans blocklayred.php je trouve:

/* Pagination uses - as separator, can be different from $this->getAnchor()*/
					if (strpos($url_attribute, 'page-') === 0)
						$url_attribute = str_replace('-', $this->getAnchor(), $url_attribute);
...

Votre paramètre recherché est $page = strpos($url_attribute, 'page-'); par exemple

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...