$tpl = load_view_file('view/profile_photo.tpl');
$o .= replace_macros($tpl,array(
-
+ '$user' => $a->user['nickname']
));
return $o;
<input type="submit" name="submit" id="profile-photo-submit" value="Upload">
</div>
-</form>
\ No newline at end of file
+</form>
+
+<div id="profile-photo-link-select-wrapper">
+or <a href='photos/$user'>select a photo from albums</a>
+</div>
\ No newline at end of file
<input type="submit" name="submit" id="profile-photo-submit" value="Upload">
</div>
-</form>
\ No newline at end of file
+</form>
+
+<div id="profile-photo-link-select-wrapper">
+or <a href='photos/$user'>select a photo from albums</a>
+</div>
\ No newline at end of file
<input type="submit" name="submit" id="profile-photo-submit" value="Upload">
</div>
-</form>
\ No newline at end of file
+</form>
+
+<div id="profile-photo-link-select-wrapper">
+or <a href='photos/$user'>select a photo from albums</a>
+</div>
\ No newline at end of file
</div>
</form>
+
+<div id="profile-photo-link-select-wrapper">
+o <a href='photos/$user'>seleziona una foto da un album</a>
+</div>
\ No newline at end of file
margin-bottom: 20px;
}
+#profile-photo-link-select-wrapper {
+ margin-top: 2em;
+}
+
#profile-edit-profile-name-label,
#profile-edit-name-label,
#profile-edit-pdesc-label,
margin-bottom: 20px;
}
+#profile-photo-link-select-wrapper {
+ margin-top: 2em;
+}
+
#profile-edit-profile-name-label,
#profile-edit-name-label,
#profile-edit-pdesc-label,
margin-bottom: 25px;
}
-
-
/* end from defautlt */