summaryrefslogtreecommitdiffstats
path: root/templates/show_alphabet_form.inc.php
diff options
context:
space:
mode:
authorPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 19:29:14 -0500
committerPaul Arthur <paul.arthur@flowerysong.com>2013-01-25 19:29:14 -0500
commit8808fdf10d9e7fdab04b512b3d9f7d4f24ed4449 (patch)
tree00d9e03391275e2dc188a394c65b22fb233f8f82 /templates/show_alphabet_form.inc.php
parent0c66442b559a350527aa35155ec965a2901cafbc (diff)
downloadampache-8808fdf10d9e7fdab04b512b3d9f7d4f24ed4449.tar.gz
ampache-8808fdf10d9e7fdab04b512b3d9f7d4f24ed4449.tar.bz2
ampache-8808fdf10d9e7fdab04b512b3d9f7d4f24ed4449.zip
conf() -> Config::get()
I have a feeling a lot of these are in stale, unused code, but there might be some actual bugs here. conf() was replaced a while back.
Diffstat (limited to 'templates/show_alphabet_form.inc.php')
-rw-r--r--templates/show_alphabet_form.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_alphabet_form.inc.php b/templates/show_alphabet_form.inc.php
index d6d2775a..0efcdc9b 100644
--- a/templates/show_alphabet_form.inc.php
+++ b/templates/show_alphabet_form.inc.php
@@ -20,7 +20,7 @@
*
*/
?>
-<form style="display:inline;" name="f" method="get" action="<?php echo conf('web_path') . "/$action"; ?>" enctype="multipart/form-data">
+<form style="display:inline;" name="f" method="get" action="<?php echo Config::get('web_path') . "/$action"; ?>" enctype="multipart/form-data">
<label for="match" accesskey="S"><?php echo $text; ?></label>
<input type="text" size="5" id="match" name="match" value="<?php echo $match; ?>" />
<input type="hidden" name="action" value="<?php echo scrub_out($_REQUEST['action']); ?>">