Skip to content

Commit

Permalink
更新model_name取值
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeke committed Sep 11, 2013
1 parent c07eafb commit 19c5bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold/views/common/leftMenu.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<li class="nav-header hidden-tablet">Section From Config</li>
<?php foreach($scaffold_configs as $config){?>
<li><a class="ajax-link" href="<?php echo helper_common::site_url('scaffold/c/model/'.$config['model_name']);?>"><i class="icon-edit"></i><span class="hidden-tablet"> admin/scaffold</span></a></li>
<li><a class="ajax-link" href="<?php echo helper_common::site_url('scaffold/c/model/'.$config['model_name']);?>"><i class="icon-edit"></i><span class="hidden-tablet"><?php echo $config['model_name'];?></span></a></li>
<?php }?>
</ul>
<label id="for-is-ajax" class="hidden-tablet" for="is-ajax"><input id="is-ajax" type="checkbox"> Ajax on menu</label>
Expand Down

0 comments on commit 19c5bb3

Please sign in to comment.