diff --git a/View/Gallery/index.ctp b/View/Gallery/index.ctp index 6cf2723..e4582ad 100644 --- a/View/Gallery/index.ctp +++ b/View/Gallery/index.ctp @@ -16,7 +16,7 @@
-

You don't have albums yet.

+

You don't have albums yet.


Gallery->new_gallery_button(array('class' => 'btn btn-primary', 'style' => 'margin-top: 10px')); ?>
@@ -58,9 +58,9 @@
- Html->link(' Published albums', '?status=published', array('class' => 'btn', 'escape' => false)) ?> + Html->link(' Published albums', '?status=published', array('class' => 'btn btn-default', 'escape' => false)) ?> - Html->link(' Drafts', '?status=draft', array('class' => 'btn', 'escape' => false)) ?> + Html->link(' Drafts', '?status=draft', array('class' => 'btn btn-default', 'escape' => false)) ?>
\ No newline at end of file diff --git a/View/Layouts/default.ctp b/View/Layouts/default.ctp index a75e79d..e263db6 100755 --- a/View/Layouts/default.ctp +++ b/View/Layouts/default.ctp @@ -10,7 +10,7 @@ - <?php echo $title_for_layout; ?> - <?php echo Configure::read('Application.name') ?> + <?php echo $title_for_layout; ?>