<div dojoType="p4cms.widget.Region"
id="region-<?= $this->escapeAttr($this->region) ?>"
class="region region-<?= $this->escapeAttr($this->region) ?>"
regionName="<?= $this->escapeAttr($this->region) ?>"
widgetContext="<?= htmlspecialchars($this->widgetContext) ?: 'null' ?>">
<?
// the widget counter is used by the widget view script in our loop
$this->widgetCounter = 0;
foreach ($this->widgets as $widget) {
$this->widgetCounter++;
print $this->widget($widget);
}
?>
</div>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/widget/views/scripts/region.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|