Active
Project:
Fresh Theme
Version:
7.x-1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Sep 2012 at 12:40 UTC
Updated:
28 Sep 2012 at 12:40 UTC
How can I get a new slide to link to a new node
I tried to put this code in to "Page.tpl.php.
:
$url4 = check_plain(theme_get_setting('slide4_url', 'fresh')); ?>
and
<a href="<?php print url($url4); ?>"><img class="slideimg" src="<?php print base_path() . drupal_get_path('theme', 'fresh') . '/images/slide-image-4.jpg'; ?>"/></a>