Released under the GNU General Public License
*/
function tep_show_category($counter) {
global $tree, $categories_string, $cPath_array;
for ($i=0; $i<$tree[$counter]['level']; $i++) {
$categories_string .= " ";
}
$categories_string .= '<a href="';
if ($tree[$counter]['parent'] == 0) {
$cPath_new = 'cPath=' . $counter;
} else {
$cPath_new = 'cPath=' . $tree[$counter]['path'];
}
$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">';
if (isset($cPath_array) && in_array($counter, $cPath_array)) {
$categories_string .= '<b>';
}
// display category name
$categories_string .= $tree[$counter]['name'];Released under the GNU General Public License
*/
function tep_show_category($counter) {
global $tree, $categories_string, $cPath_array;
for ($i=0; $i<$tree[$counter]['level']; $i++) {
$categories_string .= " ";
}
$categories_string .= '<img src="images/categories/arrow_right.gif" alt="" border="0" height="15" width="20"> <a href="';
if ($tree[$counter]['parent'] == 0) {
$cPath_new = 'cPath=' . $counter;
} else {
$cPath_new = 'cPath=' . $tree[$counter]['path'];
}
$categories_string .= tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">';
if (isset($cPath_array) && in_array($counter, $cPath_array)) {
$categories_string .= '<b>';
}
// display category name
$categories_string .= $tree[$counter]['name'];
Einfaches Problem bei php.
Hoshyman 30.03.2007 - 103 Hits - 3 Antworten
Problem mit PhP
Firefighter-nb 16.04.2007 - 150 Hits - 1 Antwort
Benutzer nach PHP LDAP Abfrage sortieren
Bruno_Bayano 04.05.2007 - 154 Hits - 3 Antworten
PHP - Problem
needhelpinphp 23.08.2007 - 19 Hits - 4 Antworten
PHP exec() , system(), shell_exec() Problem
matze81992 25.01.2008 - 27 Hits - 2 Antworten