"
ref="= $album->id ?>">
"
ref="= $album->id ?>">
= html::clean($album->title) ?>
foreach ($album->children(null, 0, array("type" => "album")) as $child): ?>
if ($selected && $child->contains($selected)): ?>
= View::factory("organize_tree.html", array("selected" => $selected, "album" => $child)); ?>
else: ?>
- "
ref="= $child->id ?>">
= html::clean($child->title) ?>
endif ?>
endforeach ?>