Been trying to get all of the Field labels to be shown in the backend of the article. I'm not getting much further than echo-ing out one Label. This is the index file of the Simple Simon template. Is there a way to grab al the fieldlabel values and spit them out? Or should I stick to the Seb-one template ;) Hope someone can get me on my way.
foreach($this->positions as $position => $fields){
if($cck->countFields($position)){
echo "<div class=\"SdPosition ".trim(strtolower($position))."\">";
echo $cck->renderPosition($position);
echo $cck->getLabel('my fieldname');