Hi!. I need know ID of the categoria in theme.php.
I proved with {CAT_ID} but it did not work
thanks for the help
Depends where you are in the code, but $_GET['cat'] may work.
Hi!, this not work in theme.php. My example is:
.. in theme.php...
$categoria = $_GET['cat'];
....
......
.......
<!-- BEGIN catrow -->
........
....
<td colspan="2"><div align="center"><IMG title="Category" alt="Category" src="themes/mytheme/images/$categoria.gif" border=0></div></td>
</tr>
how I can know CAT_ID then? in this line of the theme.php
thanks!!
what are you trying to do?
do you want a special thumbnail for each category in your gallery index page?
yes! with customized size.
Why not just use bbcode instead?
I don't know "bbcode instead". I need know the category ID in this momment only. Is this possible?
thanks!
I only need to know in that file, the variables of the MYSQL are equaled, for example to {CAT_TITLE} .
thanks