summaryrefslogtreecommitdiff
path: root/themes/default/views
diff options
context:
space:
mode:
authorChad Kieffer <chad@2tbsp.com>2008-11-28 22:02:46 +0000
committerChad Kieffer <chad@2tbsp.com>2008-11-28 22:02:46 +0000
commitbb8fa3c4171d18c0ebe85920aefab09cc6e7f474 (patch)
treebc92e90cbc462761763483d655b4aa3610d3c539 /themes/default/views
parent4c2d4abb1cf349f4e58c9c8dd7d74284d7bba6c7 (diff)
Dynamically reset the dimensions of resized photos to fit if they're too wide.
Diffstat (limited to 'themes/default/views')
-rw-r--r--themes/default/views/page.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php
index e3da147c..facca070 100644
--- a/themes/default/views/page.html.php
+++ b/themes/default/views/page.html.php
@@ -23,7 +23,8 @@
<script src="<?= $theme->url("jquery/jquery.ui.js") ?>" type="text/javascript"></script>
<script src="<?= $theme->url("jquery/jquery.ui.tabs.js") ?>" type="text/javascript"></script>
<!--script src="<?= $theme->url("jquery/jquery.ui.accordion.js") ?>" type="text/javascript"></script-->
- <!--script src="<?= $theme->url("jquery/jquery.ui.init.js") ?>" type="text/javascript"></script-->
+ <script src="<?= $theme->url("jquery/jquery.dimensions.min.js") ?>" type="text/javascript"></script>
+ <script src="<?= $theme->url("jquery/jquery.ui.init.js") ?>" type="text/javascript"></script>
<?= $theme->head() ?>
</head>