- Timestamp:
- 06/01/10 13:15:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/views/layouts/default.ctp
r367 r368 84 84 <p id="admin-controllers"> 85 85 <?php __('Admin:');?> 86 <?php foreach ($adminControllers as $controllerName => $controllerPath): ?> 87 <a href="<?php echo $controllerPath; ?>"><?php echo $controllerName; ?></a> 88 <?php endforeach; ?> 86 <?php if (isset($adminControllers)):?> 87 <?php foreach ($adminControllers as $controllerName => $controllerPath): ?> 88 <a href="<?php echo $controllerPath; ?>"><?php echo $controllerName; ?></a> 89 <?php endforeach; ?> 90 <?php endif;?> 89 91 </p> 90 92 <?php echo $cakeDebug; ?>
Note: See TracChangeset
for help on using the changeset viewer.