revert colorbox css

This commit is contained in:
wlx 2013-04-16 08:05:24 +00:00
parent b7f7621f74
commit 33dc59c62b
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@ $this->breadcrumb('<a href="/data">'.$this->config->title->data.'</a>');
$this->breadcrumb('缩略图浏览'); $this->breadcrumb('缩略图浏览');
$this->breadcrumb()->setSeparator(' > '); $this->breadcrumb()->setSeparator(' > ');
$this->theme->AppendPlus($this,'masonry'); $this->theme->AppendPlus($this,'masonry');
$this->theme->AppendPlus($this,'colorbox'); $this->theme->AppendPlus($this,'colorbox');
$this->headLink()->appendStylesheet('/css/colorbox.css');
?> ?>
<div class="row-fluit"> <div class="row-fluit">
<?php echo $this->page->getNavigation(); ?> <?php echo $this->page->getNavigation(); ?>