intelli.config = {"htaccessfile_0":"# Uncomment next line if you get 404 error on accounts page\r\n# Options -MultiViews\r\n<IfModule mod_rewrite.c>\r\n# enable mod_rewrite\r\nRewriteEngine on\r\n\r\n","htaccessfile_1":"# SECTION 1\r\n# correct urls for yahoo bot\r\nRewriteCond %{REQUEST_URI} !\\..+$\r\nRewriteCond %{REQUEST_URI} !\/$\r\nRewriteRule (.*) %{REQUEST_URI}\/ [R=301,L]\r\n\r\n# mod_rewrite rules for plugins\r\nRewriteRule ^mod\/(.*)\/$ controller.php?plugin=$1 [QSA,L]\r\nRewriteRule ^mod\/(.*)\/(.*)\/$ controller.php?plugin=$1&file=$2 [QSA,L]\r\nRewriteRule ^mod\/(.*)\/(.*).html$ controller.php?plugin=$1&file=$2 [QSA,L]\r\n\r\n# mod_rewrite rules for view account page\r\nRewriteRule ^accounts\/$ accounts.php [QSA,L]\r\nRewriteRule ^accounts\/(.*)\/$ accounts.php?alpha=$1 [QSA,L]\r\nRewriteRule ^accounts\/(.*).html$ view-account.php?account=$1 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\nRewriteRule ^articles\/$ controller.php?plugin=articles [QSA,L]\nRewriteRule ^articles\/([a-z]+).html$ controller.php?plugin=articles&file=$1 [QSA,L]\nRewriteRule ^articles\/index([0-9]+).html$ controller.php?plugin=articles&page=$1 [QSA,L]\nRewriteRule ^articles\/(.*)-a([0-9]+).html$ controller.php?plugin=articles&title=$1&id=$2 [QSA,L]\r\n\r\n#mod_rewrite rules for events plugin\nRewriteRule ^events\/$ controller.php?plugin=events [QSA,L]\nRewriteRule ^events\/([^\/]+)-e([0-9]+).html$ controller.php?plugin=events&id=$2 [QSA,L]\nRewriteRule ^events\/([a-z]+)\/$ controller.php?plugin=events&file=$1 [QSA,L]\nRewriteRule ^events\/([a-z]+)\/([a-z]+)\/$ controller.php?plugin=events&file=$1&action=$2 [QSA,L]\nRewriteRule ^events\/([0-9]+)\/([0-9]+)\/([0-9]+)\/$ controller.php?plugin=events&action=get_by_date&year=$1&month=$2&day=$3 [QSA,L]\r\n\r\n","htaccessfile_2":"# SECTION 2\r\n# mod_rewrite rules for ROOT category\r\nRewriteRule ^index([0-9]+).html$ index.php?category=0&page=$1 [QSA,L]\r\n\r\n","htaccessfile_3":"# SECTION 3\r\n# mod_rewrite rules for categories pages with HTML path option disable\r\nRewriteRule ^(.*)\/$ index.php?category=$1 [QSA,L]\r\nRewriteRule ^(.*)\/index([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_4":"# SECTION 4\r\n# mod_rewrite rule for suggest listing page\r\nRewriteRule report-listing.php$ report-listing.php [QSA,L]\r\n\r\n","htaccessfile_5":"# SECTION 5\r\nRewriteRule ^([a-z]+)-listings.html$ listings.php?view=$1 [QSA,L]\r\nRewriteRule ^([a-z]+)-listings([0-9]+).html$ listings.php?view=$1&page=$2 [QSA,L]\r\n\r\n","htaccessfile_6":"# SECTION 6\r\n# mod_rewrite rules for view listing page\r\nRewriteRule ^([^\/]+)-l([0-9]+).html$ view-listing.php?cat=&title=$1&id=$2 [QSA,L]\r\nRewriteRule ^(.*)\/([^\/]+)-l([0-9]+).html$ view-listing.php?cat=$1&title=$2&id=$3 [QSA,L]\r\n\r\n","htaccessfile_7":"# SECTION 7\r\n# mod_rewrite rules for additional pages\r\nRewriteRule ^p\/(.*).html$ page.php?name=$1 [QSA,L]\r\nRewriteRule ^p(.*).html$ page.php?name=$1 [QSA,L]\r\n\r\n","htaccessfile_8":"# SECTION 8\r\n# mod_rewrite rules for error pages\r\nRewriteRule ^([0-9]+).htm$ error.php?error=$1 [QSA,L]\r\n\r\n","htaccessfile_9":"# SECTION 9\r\n# mod_rewrite rules for suggest category page\r\nRewriteRule ^suggest-category-([0-9]+).html$ suggest-category.php?id=$1 [QSA,L]\r\n\r\n","htaccessfile_10":"# SECTION 10\r\nRewriteRule ^LICENSE.htm$ LICENSE.htm [QSA,L]\r\n\r\n","htaccessfile_11":"# SECTION 11\r\n# mod_rewrite rules for categories pages\r\nRewriteRule ^(.*)_([0-9]+).html$ index.php?category=$1&page=$2 [QSA,L]\r\nRewriteRule ^(.*).html?(.*)$ index.php?category=$1&$2 [QSA,L]\r\nRewriteRule ^(.*).html$ index.php?category=$1 [QSA,L]\r\n<\/IfModule>\r\n\r\n","htaccessfile_12":"# SECTION 12\r\nErrorDocument 500 500.htm\r\nErrorDocument 404 404.htm\r\nErrorDocument 403 403.htm\r\nErrorDocument 401 401.htm","accounts":"1","accounts_autoapproval":"1","accounts_registered":"0","admin_online_expiry_time":"120","display_news":"1","display_new_plugins":"1","check_updates":"1","captcha":"1","captcha_name":"recaptcha","captcha_preview":"","captcha_case_sensitive":"0","captcha_num_chars":"5","suggest_category":"1","use_html_path":"0","related":"1","neighbour":"0","show_children_listings":"0","categories_order":"title","num_categories_cols":"3","num_listings_display":"0","subcats_display":"5","categories_tree_type":"tree","categories_display_type":"horizontal","categories_icon_width":"28","categories_icon_height":"28","cron_recip":"0","cron_broken":"1","cron_pagerank":"0","cron_num_listings":"40","cron_check_interval":"1","cron_report_job":"1","cron_report_job_extra":"1","cron_report_cycle":"0","cron_report_cycle_extra":"1","cron_backup":"1","cron_backup_archive":"1","cron_backup_interval":"5","cron_backup_last_time":"1320090728","sponsored_listings":"1","currency_symbol":"$","sponsored_only":"0","num_sponsored_display":"3","payment_transactions":"1","mcross_functionality":"0","mcross_number_links":"5","mcross_only_sponsored":"1","version":"2.3.05","site":"Search The Gay Web","site_logo":"site_logo_fd06f50c5f.png","site_watermark":"","site_watermark_position":"bottom_right","site_main_content":"","site_description":"Gay Business Directory, Gay Web Links, Gay Travel, Coming Out and Resource Search Engine. Find Gay and Lesbian Websites, Gay News, LGBT Personals and more. ","site_keywords":"","backup":"backup\/","site_email":"support@searchthegayweb.com","bugs_email":"support@searchthegayweb.com","tmpl":"STGW2011","admin_tmpl":"default","lang":"en","charset":"UTF-8","date_format":"%b %e, %Y","suffix":"| Gay & Lesbian Business, Travel & Resource Directory & Community","title_breadcrumb":"0","language_switch":"0","mod_rewrite":"1","lowercase_urls":"0","display_frontend":"1","underconstruction":"We are sorry. Our site is under construction.","old_pages_urls":"0","esyndicat_news_url":"http:\/\/blog.intelliants.com\/?view=rss","esyndicat_new_plugins_url":"http:\/\/tools.esyndicat.com\/new_plugins.php","esyndicat_block_positions":"left,right,top,center,bottom,user1,user2,verybottom,verytop","ckeditor_color":"#F00","esyndicat_menu_type":"inventory,main,bottom,account","allow_listings_submission":"1","auto_approval":"0","new_window":"0","forward_to_listing_details":"1","pagerank":"0","thumbshot":"1","num_index_listings":"10","num_get_listings":"10","num_featured_display":"2","num_partner_display":"3","visitor_sorting":"1","listings_sorting":"alphabetic","listings_sorting_type":"ascending","num_cats_for_search":"5","expiration_period":"20","expiration_action":"suspended","broken_listings_report":"1","listing_check":"1","broken_visitors":"1","http_headers":"301,302,200","reciprocal_check":"0","reciprocal_required_only_for_free":"0","reciprocal_domain":"0","reciprocal_text":"http:\/\/www.searchthegayweb.com\/","recip_featured":"0","reciprocal_visitors":"1","duplicate_checking":"1","duplicate_type":"domain","duplicate_visitors":"0","reciprocal_label":"To validate the reciprocal link please include the following HTML code in the page at the URL specified above, before submitting this form:","reciprocal_code":"","mail_function":"php mail","mimetype":"html","listing_submit":"1","listing_submit_subject":"Listing submitted to {own_site}","listing_submit_body_html":"<h3>\r\n\tGreetings,<\/h3>\r\n<p>\r\n\tThis is to confirm&nbsp;that a link to {your_site_url} has been submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}). Your submission will be reviewed&nbsp;shortly and you will be informed is it is accepted or declined.<\/p>\r\n<p>\r\n\tAfter approval and activation, your URL will be listed at:<\/p>\r\n<p>\r\n\t<a href=\"{dir_listing}\"><i>{dir_listing}<\/i><\/a><\/p>\r\n<p>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\tWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for other linking options<br \/>\r\n\t------------------------------------<br \/>\r\n\tSimply text link&nbsp;: &lt;a href=&quot;{own_url}&quot;&gt;{own_site}&lt;\/a&gt;<br \/>\r\n\t------------------------------------<\/p>\r\n<pre>\r\n______________________________\r\nThank you, \r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}<\/pre>\r\n<p>\r\n\t<br \/>\r\n\t&nbsp;<\/p>\r\n","listing_submit_body_plaintext":"Greetings!\r\n \r\nThis is to confirm that a link to {your_site_url}\r\nhas been submitted to {own_site} ({own_dir_url}).\r\nYour submission will be reviewed shortly and you will be notified if it has been accepted and added to our listings.\r\n  \r\nAfter approval and activation, your URL will be listed at: \r\n{dir_listing}\r\n  \r\nWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for other linking options\r\n------------------------------------\r\nSimply link to : <a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: Search The Gay Web is one of the longest-running LGBT Web Link Directories and search portals\r\n_____________________________\r\nThank you,\r\n{own_site} Administration\r\n{own_url}\r\n{own_email}","listing_approve":"1","listing_approve_subject":"Listing approved in {own_site}","listing_approve_body_html":"<h3>\r\n\tGreetings!<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been approved for inclusion in&nbsp;<em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. You can view it at:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\tWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for other linking options<br \/>\r\n\t------------------------------------<br \/>\r\n\tSimply text link&nbsp;: &lt;a href=&quot;{own_url}&quot;&gt;{own_site}&lt;\/a&gt;<br \/>\r\n\t------------------------------------<\/p>\r\n<pre>\r\n_____________________________\r\nThank you, \r\nMichael \r\n{own_url}\r\n{own_email}<\/pre>\r\n<p>\r\n\t<br \/>\r\n\t&nbsp;<\/p>\r\n","listing_approve_body_plaintext":"Greetings!\r\n  \r\nCongratulations! Your listing {your_site_url} has been approved for {own_site}.\r\nYou can view it at {dir_listing}.\r\n  \r\nWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for other linking options\r\n------------------------------------\r\nSimply link to : <a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\n------------------------------------\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: Search The Gay Web is one of the longest-running LGBT Web Link Directories and search portals\r\n_____________________________\r\nThank you,\r\n{own_site} Administration\r\n{own_url}\r\n{own_email}","listing_disapprove":"1","listing_disapprove_subject":"Listing disapproved for {own_site}","listing_disapprove_body_html":"<h3>\r\n\tHello,<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been declined for&nbsp;<em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\tIf you have questions, please feel free to ask us.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_disapprove_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour listing {your_site_url} has been disapproved for {own_site}.\r\n\r\nIf you have questions, please feel free to ask.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_move":"1","listing_move_subject":"Listing Moved or Modified - {own_site}","listing_move_body_html":"<h3>\r\n\tGreetings,<\/h3>\r\n<p>\r\n\tThis is to&nbsp;notify you that your listing to&nbsp;{your_site_url} was moved to another category.<\/p>\r\n<p>\r\n\tThis is the new location of your listing:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tIf you have questions or concerns please ask.<\/p>\r\n<p>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\tCheers!<\/p>\r\n<p>\r\n\tMichael<br \/>\r\n\t{own_site} Administration<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_move_body_plaintext":"Dear Sir\/Madam,\r\n\r\nThe listing in our directory to {your_site_url} was moved into another category. This is the new location of your listing:\r\n\r\n{dir_listing}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_modify":"1","listing_modify_subject":"Listing was modified in {own_site}","listing_modify_body_html":"<h3>\r\n\tHello,<\/h3>\r\n<p>\r\n\tThis is to&nbsp;inform you that your listing to&nbsp;{your_site_url} was recently updated or modified.<\/p>\r\n<p>\r\n\tThese are the new attributes of your listing:<\/p>\r\n<p>\r\n\tTitle: <em>{your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription: <em>{your_site_desc}<\/em><br \/>\r\n\tEmail: <em>{your_site_email}<\/em><br \/>\r\n\tRank: <em>{your_site_rank}<\/em><br \/>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\tYou can view your listing here:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tIf you have any questions regarding your listing please ask.<\/p>\r\n<p>\r\n\t&nbsp;<\/p>\r\n<p>\r\n\tCheers!<\/p>\r\n<p>\r\n\tMichael<br \/>\r\n\t{own_site} Administration<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_modify_body_plaintext":"Dear Sir\/Madam,\r\n\r\nThis is to inform you, that your listing to site {your_site_url} was recently modified.\r\nThese are the new attributes of your listing:\r\n\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nRank: {your_site_rank}\r\nStatus: {your_site_status}\r\n\r\nYou can view your listing here:\r\n{dir_listing}\r\n\r\nWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for banners and search boxes\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: Search The Gay Web is one of the longest-running LGBT Web Link Directories and search portals\r\n_____________________________\r\nThank you,\r\n{own_site} Administration\r\n{own_url}\r\n{own_email}\r\n","listing_reject":"1","listing_reject_subject":"Listing was banned in {own_site}","listing_reject_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour listing to {your_site_url} has been banned in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\tIf you have questions, please feel free to ask us.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_reject_body_plaintext":"Dear Sir\/Madam,\r\n\r\nListing to {your_site_url} in our directory has been banned.\r\n\r\nIf you have questions, please feel free to ask us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_delete":"1","listing_delete_subject":"Listing deleted from {own_site}","listing_delete_body_html":"<h3>\r\n\tHello,<\/h3>\r\n<p>\r\n\tYour listing {your_site_url} has been declined or deleted from<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\tThere may be a reason shown below. If not, please review our Submission Guidelines and Terms of Service. If you still do not understand our decision feel free to contact me for an explanation.<\/p>\r\n<p>\r\n\t<em>{reason}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_delete_body_plaintext":"Your listing {your_site_url} has been deleted from {dir_listing} category.\r\nThere may be a reason shown below. If not, please feel free to contact us.\r\n\r\n{reason}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listing_admin_add":"1","listing_admin_add_subject":"Listing was added to {own_site}","listing_admin_add_body_html":"<h3>\r\n\tGreetings,<\/h3>\r\n<p>\r\n\tWe are&nbsp;pleased to inform you that a listing to {your_site_url} has been added to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em> ({own_dir_url}).<\/p>\r\n<p>\r\n\tThese are the attributes of your listing:<br \/>\r\n\tTitle: <em>{your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription:<em> {your_site_desc}<\/em><br \/>\r\n\tEmail: <em>{your_site_email}<\/em><br \/>\r\n\tRank:<em> {your_site_rank}<\/em><\/p>\r\n<p>\r\n\tYou can view your listing here:<\/p>\r\n<p>\r\n\t<em><a href=\"{dir_listing}\">{dir_listing}<\/a><\/em><\/p>\r\n<p>\r\n\tWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for other linking options and listing widgets.<br \/>\r\n\t------------------------------------<br \/>\r\n\tSimply text link&nbsp;: &lt;a href=&quot;{own_url}&quot;&gt;{own_site}&lt;\/a&gt;<br \/>\r\n\t------------------------------------<\/p>\r\n<p>\r\n\tBest regards,<\/p>\r\n<p>\r\n\tMichael<br \/>\r\n\t{own_site} Administration<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listing_admin_add_body_plaintext":"Dear Sir\/Madam,\r\n \r\nWe are glad to inform you that a listing to {your_site_url} has been added to {own_site} Listings Directory ({own_dir_url}).\r\n  \r\nThese are the attributes of your listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nRank: {your_site_rank}\r\nStatus: {your_site_status}\r\n\r\nYou can view your listing here {dir_listing}\r\n\r\nWe appreciate and welcome links to our website. You can use the text link below, or visit {own_url}\/linktous.html for banners and search boxes\r\n------------------------------------\r\n<a href=\"{own_url}\">{own_site}<\/a>\r\n------------------------------------\r\nOR use the following information\r\n------------------------------------\r\nTITLE: {own_site}\r\nURL: {own_url}\r\nDESCRIPTION: Search The Gay Web is one of the longest-running LGBT Web Link Directories and search portals\r\n_____________________________\r\nThank you,\r\n{own_site} Administration\r\n{own_url}\r\n{own_email}","register_account":"1","register_account_subject":"Please Confirm Registration at {own_site}","register_account_body_html":"<h3>\r\n\tGreetings,<\/h3>\r\n<p>\r\n\tThanks for your registration at <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Here is information you should use in order to login:<\/p>\r\n<p>\r\n\tYour username: <strong>{account_username}<\/strong><br \/>\r\n\tYour password: <strong>{account_pwd}<\/strong><br \/>\r\n\tYour activation key: {key}<\/p>\r\n<p>\r\n\tTo activate your account go to:<\/p>\r\n<p>\r\n\t<em><a href=\"http:\/\/www.searchthegayweb.com\/register.php?user={account_username_url}&amp;key={key}&amp;action=confirm\">{own_url}register.php?user={account_username_url}&amp;key={key}&amp;action=confirm<\/a><\/em><\/p>\r\n<p>\r\n\tYou may change your password later by editing your personal attributes in your account area.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","register_account_body_plaintext":"Dear Sir\/Madam,\r\n\r\nThanks for your registration at {own_site}. Here is information you should use in order to login:\r\n\r\nYour username: {account_username}\r\nYour password: {account_pwd}\r\n\r\nYour activation key: {key}\r\n\r\nTo activate your account go to {own_site}register.php?user={account_username_url}&key={key}&action=confirm\r\n\r\nYou may change your password later by editing your personal attributes in your account area.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","admin_notif_subject":"Listing was submitted to {own_site}","admin_notif_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tListing was submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of a listing:<br \/>\r\n\tTitle:<em> {your_site_title}<\/em><br \/>\r\n\tURL: <em>{your_site_url}<\/em><br \/>\r\n\tDescription: <em>{your_site_desc}<\/em><br \/>\r\n\tEmail:<em> {your_site_email}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","admin_notif_body_plaintext":"Dear {admin_name},\r\n\r\nListing was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","listings_payment_subject":"Listing was made sponsored in {own_site}","listings_payment_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tListing was made sponsored in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tTitle:<em>&nbsp;{your_site_title}<\/em><br \/>\r\n\tURL:&nbsp;<em>{your_site_url}<\/em><br \/>\r\n\tDescription:&nbsp;<em>{your_site_desc}<\/em><br \/>\r\n\tEmail:<em>&nbsp;{your_site_email}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","listings_payment_body_plaintext":"Dear {admin_name},\r\n\r\nListing was made sponsored in {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a listing:\r\nTitle: {your_site_title}\r\nURL: {your_site_url}\r\nDescription: {your_site_desc}\r\nEmail: {your_site_email}\r\nPlan: {your_site_plan}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_deleted":"1","account_deleted_subject":"Account deleted in {own_site}","account_deleted_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was removed from<\/p>\r\n<p>\r\n\t<em><a href=\"{own_url}\">{own_site}<\/a><\/em><\/p>\r\n<p>\r\n\tLet us know if you have any questions.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_deleted_body_plaintext":"Dear {username},\r\n\r\nYour account was removed from {own_site}. \r\nIf you have any questions feel free to contact us.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","password_change_subject":"Password change request at {own_site}","password_change_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYou requested a password change in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Now you should use the following credentials to log in as account:<\/p>\r\n<p>\r\n\tusername:<strong> {username}<\/strong><br \/>\r\n\tpassword: <strong>{password}<\/strong><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","password_change_body_plaintext":"Dear {username},\r\n\r\nYou requested a password change in {own_site}. Now you should use the following credentials to log in as account:\r\n\r\nusername: {username}\r\npassword: {password}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_approved":"1","account_approved_subject":"Account approved at {own_site}","account_approved_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was approved in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Now you can log in to the directory.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_approved_body_plaintext":"Dear {username},\r\n\r\nYour account was approved in {own_site}. Now you can log in to the directory.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_disapproved":"1","account_disapproved_subject":"Account was disapproved at {own_site}","account_disapproved_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tYour account was disapproved in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_disapproved_body_plaintext":"Dear {username},\r\n\r\nYour account was disapproved in {own_site}.\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","payment_expiration":"1","payment_expiration_subject":"Listing about to expire at {own_site}","payment_expiration_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tHello,<\/p>\r\n<p>\r\n\tYour listing {your_site_title} will be expired in {days}.&nbsp;<\/p>\r\n<p>\r\n\t<em>Please contact me to arrange for a renewal invoice to be sent.<\/em><\/p>\r\n<p>\r\n\t{action_expire}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","payment_expiration_body_plaintext":"Hi,\r\n\r\nYour listing - {your_site_title} - will be expired in {days}. You can click here to extend the sponsorship:\r\n{upgrade_url}\r\n\r\nOr contact me to arrange for an extension and inquire about possible renewal specials and discounts. Also be sure to ask about our banner advertising pricing.\r\n\r\n{action_expire}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","broken_listing_report_subject":"Broken Listing Reported at {own_site}","broken_listing_report_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tThe following listing is reported as being broken:<\/p>\r\n<p>\r\n\tListing ID: {id}<br \/>\r\n\tListing URL: {url}<br \/>\r\n\tListing Title: {title}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","broken_listing_report_body_plaintext":"Dear {admin_name},\r\n\r\nThe following listing is reported as being broken:\r\n\r\nListing ID: {id}\r\nListing URL: {url}\r\nListing Title: {title}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","paypal_demo":"0","paypal_email":"support@searchthegayweb.com","paypal_currency_code":"USD","article":"1","article_number":"20","article_order":"date","articles_registered":"0","article_auto_approval":"0","article_summary_max_chars":"300","article_allow_html":"1","num_new_articles":"5","num_top_cat":"18","num_popular_cat":"6","popular_subcats_display":"0","num_popular_subcat":"5","num_new_listings":"4","num_random_listings":"5","num_top_listings":"5","num_related_listings":"5","num_verytop_banners":"1","num_verybottom_banners":"1","num_center_banners":"1","num_topbanner_banners":"1","num_left_banners":"1","num_right_banners":"1","num_top_banners":"1","num_bottom_banners":"1","num_user1_banners":"1","num_user2_banners":"1","banner_guests_submit":"1","banner_prefix":"banner_","banners_payment":"0","banners_payment_subject":"Banner was submitted to {own_site}","banners_payment_body_plaintext":"Dear {admin_name},\r\n\r\nBanner was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a banner:\r\nTitle: {item_title}\r\nURL: {item_url}\r\nEmail: {item_email}\r\nBanner Plan: {item_plan}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","banners_payment_body_html":"<p>\r\n\tDear {admin_name},<br \/>\r\n\t<br \/>\r\n\tBanner was submitted to {own_site} Directory. Please check it.<br \/>\r\n\t<br \/>\r\n\tThese are the attributes of a banner:<br \/>\r\n\tTitle: {item_title}<br \/>\r\n\tURL: {item_url}<br \/>\r\n\tEmail: {item_email}<br \/>\r\n\tBanner Plan: {item_plan}<br \/>\r\n\t<br \/>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","map_without_information":"0","map_homepage_display":"0","google_map_key_code":"ABQIAAAAHmCfBMQrDaCaJeARDof91RSh7DQXVnfs0ZCSE7Wa9skYZE1qqhQWLc7LIy0umM4CL_nnelVvNXv8nA","map_longtitude":"-95.908507","map_latitude":"41.150489","google_map_search":"0","map_search_width":"470","map_search_height":"400","map_search_zoom":"-5","google_map_detail":"0","map_link_detail_width":"500","map_link_detail_height":"400","map_link_detail_zoom":"-5","paypal_secret_word":"71d1acf173295d7a2c68117d45a6d445","bad_words_checking":"1","checking_type":"stemming","bad_words":"fuck, nike, dunks, cock, faggot","num_new_faq":"5","number_of_tweets":"5","coupons_functionality":"1","smtp_port":"25","default_categories_icon":"templates\/common\/img\/category_icons\/category_icon.gif","config_keys":"recaptcha_publickey,recaptcha_privatekey,sendmail_path,smtp_secure_connection,smtp_server,smtp_user,smtp_password","cron":"1","display_twitter":"1","account_register":"0","account_register_subject":"Account registered to {own_site}","account_register_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tAccount was registered to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of the account:<br \/>\r\n\tUsername:<em> {account_username}<\/em><br \/>\r\n\tEmail:<em> {account_email}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_register_body_plaintext":"Dear {admin_name},\r\n\r\nAccount was registered to {own_site} Directory. Please check it.\r\n\r\nThese are the\r\nattributes of the account:\r\nUsername: {account_username}\r\nEmail: {account_email}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_confirmed":"0","account_confirmed_subject":"Account was confirmed in {own_site}","account_confirmed_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tAccount was confirmed in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of the account:<br \/>\r\n\tUsername:<em> {account_username}<\/em><br \/>\r\n\tEmail:<em> {account_email}<\/em><br \/>\r\n\tStatus:<em> {account_status}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_confirmed_body_plaintext":"Dear {admin_name},\r\n\r\nAccount was confirmed in {own_site} Directory. Please check it.\r\n\r\nThese are the\r\nattributes of the account:\r\nUsername: {account_username}\r\nEmail: {account_email}\r\nStatus: {account_status}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","register_account_admin":"1","register_account_admin_subject":"Site Submissions Added at {own_site}","register_account_admin_body_plaintext":"Dear Sir\/Madam,\r\n\r\nYour website {your_site_url} has been added to {own_site}.\r\n\r\nThis is the information we have added:\r\n\r\nTitle: {your_site_title}\r\nDescription: {your_site_desc}\r\nURL: {your_site_url}\r\nEmail: {your_site_email}\r\n\r\nYou can find your listing at {dir_listing}\r\n\r\nIf you would like to update your listing information or provide more complete contact information, etc, you can login using the following information\r\n\r\nYour username: {account_username}\r\nYour password: {account_pwd}\r\n\r\nLogin page: {own_site}\/login.php\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","register_account_admin_body_html":"<h3>\r\n\tDear Sir\/Madam,<\/h3>\r\n<p>\r\n\tYour website {your_site_url} has been added to {own_site}<\/p>\r\n<p>\r\n\tThis is the information we have added:<\/p>\r\n<p>\r\n\tTitle: {your_site_title}<br \/>\r\n\tDescription: {your_site_desc}<br \/>\r\n\tURL: {your_site_url}<br \/>\r\n\tEmail: {your_site_email}<\/p>\r\n<p>\r\n\tYou can find your listing at {dir_listing}<\/p>\r\n<p>\r\n\tIf you would like to update your listing information or provide more complete contact information, etc, you can login using the following information:<\/p>\r\n<p>\r\n\tYour username: {account_username}<br \/>\r\n\tYour password: {account_pwd}<\/p>\r\n<p>\r\n\tLogin page: {own_site}login.php<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","suggest_category_subject":"Category was submitted to {own_site}","suggest_category_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tCategory was submitted to <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>. Please check it.<\/p>\r\n<p>\r\n\tThese are the attributes of a category:<br \/>\r\n\tTitle:<em> {cat_title}<\/em><br \/>\r\n\tCategory path: <em>{cat_path}<\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","suggest_category_body_plaintext":"Dear {admin_name},\r\n\r\nCategory was submitted to {own_site} Directory. Please check it.\r\n\r\nThese are the attributes of a category:\r\nTitle: {cat_title}\r\nCategory path: {cat_path}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_confirm_email":"1","account_confirm_email_subject":"Confirm email in {own_site}","account_confirm_email_body_plaintext":"Dear {username},\r\n\r\nWe have received new password request for your account ({username}) in {own_site}.\r\n\r\nIf this request was initiated by you, please click on following link to confirm your email:\r\n{own_site}confirm.php?action=restore_password&account={account_id}&r={sec_key}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_confirm_email_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tWe have received new password request for your account ({username}) in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<br \/>\r\n\t<br \/>\r\n\tIf this request was initiated by you, please click on following link to confirm your email:<br \/>\r\n\t<em><a href=\"{own_dir_url}confirm.php?action=restore_password&amp;account={account_id}&amp;r={sec_key}\">{own_dir_url}confirm.php?action=restore_password&amp;account={account_id}&amp;r={sec_key}<\/a><\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","account_change_email":"1","account_change_email_subject":"Confirm change email in {own_site}","account_change_email_body_plaintext":"Dear {username},\r\n\r\nWe have received change email request for your account ({username}) in {own_site}.\r\n\r\nIf this request was initiated by you, please click on following link to confirm your email:\r\n{own_site}confirm.php?action=change_email&account={account_id}&r={sec_key}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","account_change_email_body_html":"<h3>\r\n\tDear {username},<\/h3>\r\n<p>\r\n\tWe have received change email request for your account ({username}) in <em><a href=\"{own_dir_url}\">{own_site}<\/a><\/em>.<br \/>\r\n\t<br \/>\r\n\tIf this request was initiated by you, please click on following link to confirm your email:<br \/>\r\n\t<em><a href=\"{own_dir_url}confirm.php?action=change_email&amp;account={account_id}&amp;r={sec_key}\">{own_dir_url}confirm.php?action=change_email&amp;account={account_id}&amp;r={sec_key}<\/a><\/em><\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","googlemap_longtitude":"-95.908507","googlemap_latitude":"41.150489","googlemap_show_without_data":"0","googlemap_map_width":"500","googlemap_map_height":"400","googlemap_default_zoom":"8","googlemap_append_field":"longitude","contact_us_body_html":"<h3>\r\n\tDear {admin_name},<\/h3>\r\n<p>\r\n\tYou got contact requests with subject: {subject}, in {own_site} Directory. Please check it.<br \/>\r\n\t<br \/>\r\n\tFullname: {fullname}<br \/>\r\n\tEmail address: {email}<br \/>\r\n\tReason: {reason}<\/p>\r\n<p>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","contact_us_body_plaintext":"Dear {admin_name},\t\r\n\r\nYou got contact requests with subject: {subject}, in {own_site} Directory. Please check it.\r\n\r\nFullname: {fullname}\r\nEmail address: {email}\r\nReason: {reason}\r\n\r\n______________________________\r\nThank you,\r\n{own_site} Administration Team\r\n{own_url}\r\n{own_email}","contacts_send_admin":"0","gigya_api":"2_WGPB1hN4861AgqWk9-vEU_Y3i3xt-rocXt_ndyVPL90mLMp77cTagZI5bRnyln8c","gigya_secret":"WINmuhvtOAWzNE0DShwcsbuSaTfFzefazPvzVFIIZdo=","youtube_number_video":"1","contact_us_subject":"Contact us page ({subject})","moneybookers_email":"info@rainbowcomm.com","moneybookers_currency_code":"USD","moneybookers_demo":"0","checkout_id":"144181","checkout_demo":"0","article_image_required":"0","article_image_width":"150","article_image_height":"150","article_assigned_send_email":"1","article_assigned_subject":"Article was assigned to You on {own_site}","article_assigned_body_plaintext":"Dear Sir\/Madam,\n\nArticle with title \"{article_title}\" has been assigned to you.\n\nYou can find your article at {dir_article}\n\nIf you would like to update your article information or provide more complete contact information, etc, you can login using the following information\n\nYour username: {account_username}\nYour password: {account_pwd}\n\nLogin page: {own_site}\/login.php\n\n______________________________\nThank you,\n{own_site} Administration Team\n{own_url}\n{own_email}","article_assigned_body_html":"<p>\r\n\tDear Sir\/Madam,<br \/>\r\n\t<br \/>\r\n\tArticle with title &quot;{article_title}&quot; has been assigned to you.<br \/>\r\n\t<br \/>\r\n\tYou can find your article at <a href=\"{dir_article}\">{dir_article}<\/a><br \/>\r\n\t<br \/>\r\n\tIf you would like to update your article information or provide more complete contact information, etc,<br \/>\r\n\tyou can login using the following information<br \/>\r\n\t<br \/>\r\n\tYour username: {account_username}<br \/>\r\n\tYour password: {account_pwd}<br \/>\r\n\t<br \/>\r\n\tLogin page: <a href=\"{own_site}\/login.php\">{own_site}\/login.php<\/a><br \/>\r\n\t<br \/>\r\n\t______________________________<br \/>\r\n\tThank you,<br \/>\r\n\t{own_site} Administration Team<br \/>\r\n\t{own_url}<br \/>\r\n\t{own_email}<\/p>\r\n","article_submited_edited_send_email":"1","article_submited_edited_subject":"Article was submited\/edited on {own_site}","article_submited_edited_body_plaintext":"Dear {admin_name},\n\nArticle was submitted\/edited to {own_site} Directory. Please check it.\n\nThese are the attributes of an article:\nTitle: {article_title}\nArticle url: {article_url}","article_submited_edited_body_html":"<p>\r\n\tDear {admin_name},<br \/>\r\n\t<br \/>\r\n\tArticle was submitted\/edited to <a href=\"{own_url}\">{own_site}<\/a> Directory. Please check it.<br \/>\r\n\t<br \/>\r\n\tThese are the attributes of an article:<br \/>\r\n\tTitle: {article_title}<br \/>\r\n\tArticle url: <a href=\"{article_url}\">{article_url}<\/a><\/p>\r\n","event_week_start":"Sunday","event_auto_approval":"0","event_ajax_popup":"1","splat_event":"0","events_future_limit":"5","events_past_limit":"5","esyn_url":"http:\/\/www.searchthegayweb.com\/"};
