phpWCMS open source web content management system
This is the outdated phpwcms project site.
Something new is coming soon. Always keep in mind to check GitHub for the newest release.
New Random Image Placeholder implemented

I thought about an optimized random image placeholder tag. So I created a better one that must given the directory path only. Then the replacement function creates a pure HTML image tag based on the list of files found in this directory.

Faster delivering of random images

The pro of this new placeholder tag is the better performace - it is not neccessary anymore for phpwcms to read and deliver the image via the random_image.php file in /img. But you can use the old random image tags furthermore.

Usage of new random image placeholder

You can use the following new placeholder tag:

{ RANDOM : path/where_the_random_image_is }*

*) Use in one line and without any space