Page 2 of 2

Re: New RepTag: {SHOW_CAT_IMAGE}

Posted: Wed 23. Apr 2008, 14:46
by flip-flop
The basis function is exactly the same. :) ........
Only the random part isn´t implemented. - And {SHOW_ID_IMAGE} is a frontend_render script.
Please don´t use outboarded php scripts. (Secure).
The better solution is a frontend_render script.

And have a look:

Code: Select all

// ----------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
   die("You Cannot Access This Script Directly, Have a Nice Day.");
}
// ----------------------------------------------------------------
Knut